mirror of
https://github.com/Crosse/font-install.git
synced 2026-04-25 04:25:47 +03:00
[PR #8] [CLOSED] Add some simple font tests #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/font-install#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Crosse/font-install/pull/8
Author: @Crosse
Created: 4/18/2021
Status: ❌ Closed
Base:
master← Head:add-font-tests📝 Commits (3)
f0711eaAdd some simple font testsce7c174Pass the install path into install() (for later use)ab2430dAdd font installation tests📊 Changes
17 files changed (+815 additions, -12 deletions)
View changed files
📝
.github/workflows/tests.yml(+26 -0)➕
font_test.go(+58 -0)📝
install.go(+6 -6)📝
install_darwin.go(+2 -2)➕
install_test.go(+89 -0)📝
install_unix.go(+2 -2)📝
install_windows.go(+2 -2)➕
test_data/Apache License.txt(+201 -0)➕
test_data/CODE Bold.otf(+0 -0)➕
test_data/Inconsolata-Medium.ttf(+0 -0)➕
test_data/OFL.txt(+93 -0)➕
test_data/open-sans-v18-latin-regular.eot(+0 -0)➕
test_data/open-sans-v18-latin-regular.svg(+336 -0)➕
test_data/open-sans-v18-latin-regular.ttf(+0 -0)➕
test_data/open-sans-v18-latin-regular.woff(+0 -0)➕
test_data/open-sans-v18-latin-regular.woff2(+0 -0)➕
test_data/test.zip(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.