aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/testsuite.at
blob: 81a770cb4552f74ccd09fecbadae7e49aec2eb5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AT_INIT
AT_COLOR_TESTS

AT_SETUP([Closing loops at the correct macro level])
AT_CHECK([$SCITECO -e '@^Ua{>} <Ma'], 1, ignore, ignore)
AT_CLEANUP

AT_SETUP([Automatic EOL normalization])
AT_CHECK([$SCITECO -e "@EB'${srcdir}/autoeol-input.txt' EL-2\"N/0' 2LR 13@I'' 0EL @EW'autoeol-sciteco.txt'"],
         0, ignore, ignore)
AT_CHECK([cmp -b autoeol-sciteco.txt ${srcdir}/autoeol-output.txt], 0, ignore, ignore)
AT_CLEANUP