aboutsummaryrefslogtreecommitdiff
path: root/Tests/subset
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-03-19 11:00:02 -0700
committerHaibo Huang <hhb@google.com>2019-03-26 05:15:59 +0000
commita2a985d8342c1e502031a5232f1ce51fee03f608 (patch)
treefd26782cbbf4c73650f8c5b42ebcb2b2e2b2be10 /Tests/subset
parent1a848cf10963c4e16d364d749a911c41760a3525 (diff)
downloadfonttools-a2a985d8342c1e502031a5232f1ce51fee03f608.tar.gz
Release log: https://github.com/fonttools/fonttools/releases/tag/3.39.0 Test: None Change-Id: I1f44c46f9b97e91ad013d294a1b806b2e5980057
Diffstat (limited to 'Tests/subset')
-rw-r--r--Tests/subset/subset_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/subset/subset_test.py b/Tests/subset/subset_test.py
index d78c496b..2fc3b8af 100644
--- a/Tests/subset/subset_test.py
+++ b/Tests/subset/subset_test.py
@@ -298,7 +298,7 @@ class SubsetTest(unittest.TestCase):
self.expect_ttx(subsetfont, self.getpath("expect_prop_1.ttx"), ["prop"])
def test_options(self):
- # https://github.com/behdad/fonttools/issues/413
+ # https://github.com/fonttools/fonttools/issues/413
opt1 = subset.Options()
self.assertTrue('Xyz-' not in opt1.layout_features)
opt2 = subset.Options()