diff options
author | Brian Cully <bjc@kublai.com> | 2017-11-13 08:40:53 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-11-13 08:40:53 -0500 |
commit | 9d837e301e8163e4d398bc462ed31c34a2e52fae (patch) | |
tree | 28b5202927b7ec999be4cc0a7924a3806b98abbb | |
parent | 61c2692fe661ebb7818d36c05e4a31e3932406bc (diff) | |
download | xmpt-9d837e301e8163e4d398bc462ed31c34a2e52fae.tar.gz xmpt-9d837e301e8163e4d398bc462ed31c34a2e52fae.zip |
README grammar.
-rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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. |