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:
parent
2519a349d5
commit
f66ab3ffaf
3 changed files with 13 additions and 3 deletions
|
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue