blob: 73bcd5dd617cb93ea7d3edf39da47282bde876ea (
plain)
1
2
3
4
5
6
7
8
9
|
cat <<'EOF' > expected
EOF
test_diff <<'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
|