summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.regex/re.regex.construct/awk_oct.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-28/+0
| | | | llvm-svn: 224658
* [libcxx] Remove use of uniform initialization from regex tests so that they ↵Eric Fiselier2014-10-271-4/+4
| | | | | | | | | | | | | | compile in C++03. Reviewers: danalbert, jroelofs, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5957 llvm-svn: 220707
* Bill Fisher: This patch fixes a bug where the regex parser doesn't advance ↵Howard Hinnant2013-07-021-0/+28
the pointer after reading the third character of an octal escape (in awk mode). That is, regex{"\141", awk} results in the regular expression /a1/ instead of just /a/. llvm-svn: 185449
OpenPOWER on IntegriCloud