aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2017-05-03 13:36:22 +0200
committerDavid Neto <dneto@google.com>2017-05-03 13:36:22 +0200
commitb6fcdac5df64580cf035048a9c4ec0a422a48a2e (patch)
tree270647a302f9680d85efef2cf558c799cc8eeb51
parentdf58d1187e8cedca2d4c0f7b37ffc2a27d45dae4 (diff)
downloadeffcee-b6fcdac5df64580cf035048a9c4ec0a422a48a2e.tar.gz
Update README
Say that regexp and variable definitions and uses work.
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b6c62c..810ac40 100644
--- a/README.md
+++ b/README.md
@@ -79,13 +79,14 @@ Effcee is a **work in progress**.
What works:
* All check types: CHECK, CHECK-NEXT, CHECK-SAME, CHECK-DAG, CHECK-LABEL, CHECK-NOT.
-* Fixed strings for check patterns.
+* Check strings can contain:
+ * fixed strings
+ * regular expressions
+ * variable definitions and uses
* Setting a custom check prefix.
* Accurate and helpful reporting of match failures.
What is left to do:
-* Support regular expressions in check patterns.
-* Support statefulness: saving and matching against check variables.
* Add an option to define shorthands for regular expressions.
* For example, you could express that if the string `%%` appears where a
regular expression is expected, then it expands to the regular expression