diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/052.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/052.sh b/tests/052.sh new file mode 100644 index 0000000..df479d3 --- /dev/null +++ b/tests/052.sh @@ -0,0 +1,11 @@ +set -e + +cat <<'EOF' > expected +EOF +bash ../../test_diff.sh <<'EOF' +// TODO: check if the token is at the beginning of line. +// TODO: check if skipped whitespaces do not contain line breaks. +int main() { + return 0; +} +EOF |
