blob: df479d378fef3b62ebfd36e3ef88ec9f6f8364a5 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|