summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses
AgeCommit message (Expand)Author
2021-02-08tests/libcurses: extract functions 'input' and 'noinput' from grammarrillig
2021-02-08tests/libcurses: indent grammar functions consistentlyrillig
2021-02-08tests/libcurses: declare %type in grammarrillig
2021-02-08tests/libcurses: extract function 'delay_millis' from the grammarrillig
2021-02-08tests/libcurses: move function 'check' out of the grammar sectionrillig
2021-02-08tests/libcurses: fix typo in license textrillig
2021-02-08tests/libcurses: remove unused token DRAINrillig
2021-02-08tests/libcurses: fix sentinel for execlrillig
2021-02-08tests/libcurses: on errors, print nonprintable characters as wellrillig
2021-02-07tests/libcurses: fix undefined behavior in test addchrillig
2021-02-07tests/libcurses: use a single message style for diagnosticsrillig
2021-02-07tests/libcurses: make grammar for test cases conflict-freerillig
2021-02-07tests/libcurses: fix grammar for arraysrillig
2021-02-07tests/libcurses: do not allow control characters in pathsrillig
2021-02-07tests/libcurses: error out on trying to parse /dev/zerorillig
2021-02-07tests/libcurses: fix documentation of call[234]rillig
2021-02-07tests/libcurses: require keywords to be lowercase, except for OK and ERRrillig
2021-02-07tests/libcurses: add missing semicolon in grammarrillig
2021-02-07tests/libcurses: fix typo in commentrillig
2021-02-07tests/libcurses: fix expected test outputrillig
2021-02-07tests/libcurses: add const to some function parametersrillig
2021-02-07tests/libcurses: simplify code for writing to the .exp filerillig
2021-02-07tests/libcurses: actually compare the stream to an absolute pathrillig
2021-02-07tests/libcurses: use more common abbreviations for tokensrillig
2021-02-07tests/libcurses: use standard indentation for grammar rule 'arg'rillig
2021-02-07tests/libcurses: extract grammar rule 'arg'rillig
2021-02-07tests/libcurses: error out if called with too many argumentsrillig
2021-02-07tests/libcurses: document another bug in the test directorrillig
2021-02-07tests/libcurses: fix usage of directorrillig
2021-02-07tests/libcurses: demonstrate more bugs in addchrillig
2021-02-07tests/libcurses: fail on syntax errors in test filesrillig
2021-02-07tests/libcurses: use a single indentation style in the test grammarrillig
2021-02-07tests/libcurses: clean up test case grammar for statementsrillig
2021-02-07tests/libcurses: fix name of grammar rulerillig
2021-02-07tests/libcurses: unary minus doesn't make sense on bool expressionsrillig
2021-02-07tests/libcurses: allow end-of-line comments in data lines as wellrillig
2021-02-07tests/libcurses: indent lexer code consistentlyrillig
2021-02-07libcurses: demonstrate bug in addch that doubles tab indentationrillig
2021-02-06libcurses: fix typos in introduction to the curses test frameworkrillig
2020-10-29Disable the wgetch test as it appears to be missing at the moment.blymn
2020-10-27Use the relative paths in the installed version, not the (different)martin
2020-10-24Remove extra parensroy
2020-10-24Add the new tests + check files, sort.martin
2020-10-24Merge in code from Google Summer of Code project which dramaticallyblymn
2020-06-20Fix false positive for mvscanw tests on big endian machines.rin
2020-04-23saved_output is owned by director.cjoerg
2020-02-07Fake terminfo should not depend on TOOL_TIC for native build.uwe
2020-02-07Fix typo in a comment.uwe
2019-09-19Rototill to add complex character support:blymn
2019-06-30Fix test for pad and enable it.blymn