aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-11-13 08:40:53 -0500
committerBrian Cully <bjc@kublai.com>2017-11-13 08:40:53 -0500
commit9d837e301e8163e4d398bc462ed31c34a2e52fae (patch)
tree28b5202927b7ec999be4cc0a7924a3806b98abbb
parent61c2692fe661ebb7818d36c05e4a31e3932406bc (diff)
downloadxmpt-9d837e301e8163e4d398bc462ed31c34a2e52fae.tar.gz
xmpt-9d837e301e8163e4d398bc462ed31c34a2e52fae.zip
README grammar.
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index 744bba0..b4646dc 100644
--- a/README
+++ b/README
@@ -90,8 +90,8 @@ This package is never reinitialized during the test plan execution,
allowing one template to modify data for subsequent templates.
** XML
-In order to make XML processing easier, any type of quote, throughout
-the text is turned into the pattern ['"] during match
+In order to make XML processing easier any type of quote, throughout
+the text, is turned into the pattern ['"] during match
context. Similarly, whitespace is condensed and replaced with the \s*
pattern.
@@ -110,6 +110,3 @@ test, execute:
#+BEGIN
% xmpt -c t/fixtures/localhost.conf -p t/fixtures/testplan < t/fixtures/input
#+END
-
-At some point, these things should be moved into a 't' directory and
-used with Test::Harness.