[PR #8] [CLOSED] Add some simple font tests #12

Closed
opened 2026-02-26 17:39:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Crosse/font-install/pull/8
Author: @Crosse
Created: 4/18/2021
Status: Closed

Base: masterHead: add-font-tests


📝 Commits (3)

  • f0711ea Add some simple font tests
  • ce7c174 Pass the install path into install() (for later use)
  • ab2430d Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Crosse/font-install/pull/8 **Author:** [@Crosse](https://github.com/Crosse) **Created:** 4/18/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-font-tests` --- ### 📝 Commits (3) - [`f0711ea`](https://github.com/Crosse/font-install/commit/f0711ea0c34169fe3b9a15249a6ed721c66fb53c) Add some simple font tests - [`ce7c174`](https://github.com/Crosse/font-install/commit/ce7c1741009fc7f47460c21f7c5e8756bf71012f) Pass the install path into install() (for later use) - [`ab2430d`](https://github.com/Crosse/font-install/commit/ab2430d6f88126341a01c1e88a1e2666ea45918e) Add font installation tests ### 📊 Changes **17 files changed** (+815 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-26 17:39:17 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/font-install#12
No description provided.