summaryrefslogtreecommitdiff
path: root/test/gnu_sets.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect comments and add a test. (Shmuel)Reuben Thomas2010-10-041-3/+1
|
* Change name of flag in test.Reuben Thomas2010-10-031-1/+1
|
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-011-0/+0
|
* Implement reverse searching in GNU, and add a test for it.Reuben Thomas2010-07-311-0/+1
|
* Fix two that use the “not beginning of line” flag (POSIX & GNU). TheyReuben Thomas2010-07-311-1/+1
| | | | | | | erroneously had the subject “^abc”, not “abc”, so would always pass (because the pattern “^abc” would never match). Of course, they still pass with the flag set, but I have confirmed that they now fail with the flag removed (whereas before they passed).
* Add test for execution flags.Reuben Thomas2010-07-301-0/+14
|
* Add GNU-specific test (of translation tables).Reuben Thomas2010-07-301-0/+38