1
Fork 0

Fix trailing comma in test output

This commit is contained in:
Alex Helfet 2020-01-28 23:38:33 +00:00
parent cb76e71b90
commit e6f5508b45

View file

@ -48,7 +48,7 @@ expect="" test_case;
name="1 frame --out-format=Debug" flags="" \
expect="Test {
a: 1,
b: 2
b: 2,
}" test_case;
( cat "${TEST_OUT}" ) | \