From 42e1a3de0905e85119dd07d3c385396fd8ba45ed Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 15 Mar 2017 22:19:33 -0400 Subject: [PATCH] doc neaten --- doc/content-for-faq.html | 2 +- doc/faq.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/content-for-faq.html b/doc/content-for-faq.html index d41f2955b..88f67ab46 100644 --- a/doc/content-for-faq.html +++ b/doc/content-for-faq.html @@ -97,7 +97,7 @@ POKI_INCLUDE_ESCAPED(data/single-quote-example.mlr)HERE POKI_RUN_COMMAND{{echo a=bcd | mlr put -f data/single-quote-example.mlr}}HERE -

So, it&rsuoq;s simple: Miller’s DSL uses double quotes for strings, +

So, it’s simple: Miller’s DSL uses double quotes for strings, and you can put single quotes (or backslash-escaped double-quotes) inside strings, no problem. diff --git a/doc/faq.html b/doc/faq.html index 09eeb0dfa..49cad610c 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -468,7 +468,7 @@ a=It's OK, I said, then 'for now'.

-

So, it&rsuoq;s simple: Miller’s DSL uses double quotes for strings, +

So, it’s simple: Miller’s DSL uses double quotes for strings, and you can put single quotes (or backslash-escaped double-quotes) inside strings, no problem.