Skip to content

Commit 9fbdaa9

Browse files
committed
fix unit test expected values based on fonttools changes ttx xml format changes
changed at fonttools/fonttools#2238
1 parent 48854ed commit 9fbdaa9

7 files changed

+7
-7
lines changed

tests/testfiles/diff-exe-results.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
<LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
</SingleSubst>

tests/testfiles/roboto_extdiff_color_expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
 <LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
 </SingleSubst>

tests/testfiles/roboto_extdiff_expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
<LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
</SingleSubst>

tests/testfiles/roboto_udiff_1context_expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
- </post>
186186

187187
@@ -759,3 +732,3 @@
188-
<SingleSubst index="0" Format="1">
188+
<SingleSubst index="0">
189189
- <Substitution in="dollar" out="dollar.smcp"/>
190190
+ <Substitution in="dollar" out="glyph00010"/>
191191
</SingleSubst>

tests/testfiles/roboto_udiff_color_expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
 <LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
 </SingleSubst>

tests/testfiles/roboto_udiff_ex_headpost_expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
@@ -709,7 +709,7 @@
177177
<LookupFlag value="0"/>
178178
<!-- SubTableCount=1 -->
179-
<SingleSubst index="0" Format="1">
179+
<SingleSubst index="0">
180180
- <Substitution in="dollar" out="dollar.smcp"/>
181181
+ <Substitution in="dollar" out="glyph00010"/>
182182
</SingleSubst>

tests/testfiles/roboto_udiff_expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
@@ -757,7 +730,7 @@
236236
<LookupFlag value="0"/>
237237
<!-- SubTableCount=1 -->
238-
<SingleSubst index="0" Format="1">
238+
<SingleSubst index="0">
239239
- <Substitution in="dollar" out="dollar.smcp"/>
240240
+ <Substitution in="dollar" out="glyph00010"/>
241241
</SingleSubst>

0 commit comments

Comments
 (0)