Browse Source

Test case whitespace trivia

pull/30/head
Sami Vaarala 11 years ago
parent
commit
7fd4e4c3a6
  1. 1
      api-testcases/test-compile-string.c
  2. 1
      api-testcases/test-eval-string.c

1
api-testcases/test-compile-string.c

@ -31,4 +31,3 @@ void test(duk_context *ctx) {
printf("top: %d\n", duk_get_top(ctx));
}

1
api-testcases/test-eval-string.c

@ -54,4 +54,3 @@ void test(duk_context *ctx) {
printf("top: %d\n", duk_get_top(ctx));
}

Loading…
Cancel
Save