1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

fix parsing pov stringtables

This commit is contained in:
Robin Appelman 2017-02-21 20:56:33 +01:00
commit f66ab3ffaf
3 changed files with 13 additions and 3 deletions

View file

@ -21,4 +21,8 @@ suite('Parse basic demo info', () => {
test('Parse demo with new celt voice codec', () => {
testDemo('celt');
});
test('Parse pov demo', () => {
testDemo('pov');
});
});