summaryrefslogtreecommitdiff
path: root/tests/mem_r.l
Commit message (Collapse)AuthorAgeFilesLines
* Fix M4 quoting of section 3.Demi Obenour2016-10-051-8/+8
| | | | | | | | | | This fixes M4 quoting of section 3 of the input file, including escape sequences and character constants. Tests were added to verify the behavior in section 3 with respect to quoting. Both escaping of quotes and quoting of potential macro-start characters are tested. Existing tests were also fixed to account for the new -- and now correct -- behavior. Many tests relied on the old behavior of expanding M4 macros in section 3. They needed to be updated for the new behavior.
* warning: conversion to 'long unsigned int' from 'int' may change the sign of ↵rlar2016-03-181-1/+1
| | | | the result [-Wsign-conversion]
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-181-1/+1
|
* Remove allocation castsMichael McConville2015-12-071-4/+4
|
* Fix `unused function` warnings in testsMariusz Pluciński2014-11-261-1/+1
|
* Fix a few "unused parameter" warningsMariusz Pluciński2014-11-231-0/+6
|
* refactor mem_r test for new test suite layoutWill Estes2014-11-121-0/+181