summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSerge A. Zaitsev <zaitsev.serge@gmail.com>2015-10-31 18:33:43 +0200
committerSerge A. Zaitsev <zaitsev.serge@gmail.com>2015-10-31 18:33:43 +0200
commit8a5ee3d41b17a600effe0c994beac093ca836118 (patch)
tree0edd7ab7749886b3fa69396ce9ba61b4d39a69f7 /test
parent2db03781c59bd59cbb9269d6e5793b884c788816 (diff)
fixed a typo in the test name
Diffstat (limited to 'test')
-rw-r--r--test/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.c b/test/tests.c
index 7d4d30e26..982d79484 100644
--- a/test/tests.c
+++ b/test/tests.c
@@ -370,7 +370,7 @@ int main(void) {
test(test_unquoted_keys, "test unquoted keys (like in JavaScript)");
test(test_input_length, "test strings that are not null-terminated");
test(test_issue_22, "test issue #22");
- test(test_issue_27, "test issue #22");
+ test(test_issue_27, "test issue #27");
test(test_count, "test tokens count estimation");
test(test_nonstrict, "test for non-strict mode");
printf("\nPASSED: %d\nFAILED: %d\n", test_passed, test_failed);