summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Work around GCC 4.8 false alarms without castsPaul Eggert2019-10-061-1/+1
* tests: make recheckAkim Demaille2019-10-061-0/+7
* diagnostics: also show suggested %emptyAkim Demaille2019-10-062-0/+19
* diagnostics: sort symbols per locationAkim Demaille2019-10-062-12/+12
* diagnostics: suggest fixes for undeclared symbolsAkim Demaille2019-10-061-4/+32
* style: isolate complain_symbol_undeclaredAkim Demaille2019-10-061-4/+4
* diagnostics: display suggested update after the caret-infoAkim Demaille2019-10-062-7/+32
* tests: use tput to get the number of columnsAkim Demaille2019-10-061-1/+1
* tests: avoid a GCC 4.8 warningAkim Demaille2019-10-051-1/+1
* tests: check more state numbersAkim Demaille2019-10-041-0/+3
* tests: be robust to -DNDEBUGAkim Demaille2019-10-032-0/+2
* Adjust ‘Big horizontal’ test casePaul Eggert2019-10-021-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-023-6/+8
* Prefer signed types for indexes in skeletonsPaul Eggert2019-10-021-8/+8
* yacc: use the most appropriate integral type for state numbersAkim Demaille2019-09-303-7/+133
* diagnostics: get the screen width from the terminalAkim Demaille2019-09-221-0/+5
* diagnostics: don't print ellipsis on the caret lineAkim Demaille2019-09-221-3/+3
* diagnostics: also show truncation at the end of line with "..."Akim Demaille2019-09-221-12/+12
* diagnostics: check that quoted lines are truncatedAkim Demaille2019-09-221-3/+88
* diagnostics: truncate quoted sources to fit the screenAkim Demaille2019-09-221-10/+19
* java: handle eof in yytranslateAkim Demaille2019-09-141-0/+1
* api.token.raw: cannot be used with character literalsAkim Demaille2019-09-142-3/+37
* api.token.raw: apply to the other skeletonsAkim Demaille2019-09-142-35/+126
* api.token.raw: check itAkim Demaille2019-09-144-0/+127
* style: tidy yacc.cAkim Demaille2019-09-141-1/+1
* diagnostics: fix use of complain_indentAkim Demaille2019-09-143-10/+10
* input: stop treating lone CRs as end-of-linesAkim Demaille2019-09-141-2/+34
* diagnostics: beware of unexpected EOF when quoting the source fileAkim Demaille2019-09-121-4/+28
* tests: add noexcept to please GCC 9Akim Demaille2019-09-081-1/+1
* fix: don't die when EOF token is defined twiceAkim Demaille2019-09-071-1/+7
* tests: check token redeclarationAkim Demaille2019-09-073-5/+51
* style: fix commentAkim Demaille2019-09-061-1/+1
* d: remove useless importsAkim Demaille2019-08-291-2/+0
* diagnostics: fix invalid error message indentationLászló Várady2019-08-181-0/+30
* lalr1.cc: check LAC supportAkim Demaille2019-08-093-1/+28
* tests: prepare LAC tests for more languagesAkim Demaille2019-08-091-24/+19
* --fixed-output-files: detach from --yaccAkim Demaille2019-07-071-0/+2
* %fixed-output-files: detach from %yaccAkim Demaille2019-07-071-11/+9
* preserve the indentation in the ouputAkim Demaille2019-07-021-0/+65
* tests: restructure for clarityAkim Demaille2019-06-231-138/+159
* d: track locationsAkim Demaille2019-06-232-16/+50
* java: honor %define parse.traceAkim Demaille2019-06-201-6/+15
* java: fix support for api.prefixAkim Demaille2019-06-192-4/+7
* java: style changesAkim Demaille2019-06-193-44/+44
* tests: prefer %emptyAkim Demaille2019-06-111-3/+3
* tests: make sure the default action properly works in C++Akim Demaille2019-06-092-3/+67
* tests: main: support -s and -pAkim Demaille2019-06-091-8/+15
* tests: remove useless support of '.' in integersAkim Demaille2019-06-041-3/+3
* tests: refactor checks on setsAkim Demaille2019-05-292-43/+25
* tests: take SHELL into accountAkim Demaille2019-05-261-1/+1