Skip to content

Commit 58eba0d

Browse files
licenses: Add asset entry for KaTeX license
We forgot to add that when we added the KaTeX fonts and the LICENSE file in 829dae9. Fixes: zulip#1540
1 parent 6bbb0c5 commit 58eba0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ flutter:
115115
uses-material-design: true
116116

117117
assets:
118+
- assets/KaTeX/LICENSE
118119
- assets/Noto_Color_Emoji/LICENSE
119120
- assets/Pygments/AUTHORS.txt
120121
- assets/Pygments/LICENSE.txt

test/licenses_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ void main() {
1010
test('smoke: ensure all additional licenses load', () => awaitFakeAsync((async) async {
1111
await check(additionalLicenses().toList())
1212
.completes((it) => it.isNotEmpty());
13-
}), skip: true); // TODO(#1540)
13+
}));
1414
}

0 commit comments

Comments
 (0)