Skip to content

Commit

Permalink
deploy: 523801a
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 10, 2024
1 parent 239b13b commit 93d84a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,9 @@ <h4 id="escaping-"><a class="header" href="#escaping-">Escaping <code>{{</code><
echo 'I {{ "{{" }}LOVE}} curly braces!'
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h3 id="strings"><a class="header" href="#strings">Strings</a></h3>
<p><code>'single'</code>, <code>"double"</code>, and <code>'''triple'''</code> quoted string literals are
supported. Unlike in recipe bodies, <code>{{…}}</code> interpolations are not supported
inside strings.</p>
<p>Double-quoted strings support escape sequences:</p>
<pre><code class="language-just">carriage-return := "\r"
double-quote := "\""
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions man/en/strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ <h1 class="menu-title">Just Programmer&#x27;s Manual</h1>
<div id="content" class="content">
<main>
<h3 id="strings"><a class="header" href="#strings">Strings</a></h3>
<p><code>'single'</code>, <code>"double"</code>, and <code>'''triple'''</code> quoted string literals are
supported. Unlike in recipe bodies, <code>{{…}}</code> interpolations are not supported
inside strings.</p>
<p>Double-quoted strings support escape sequences:</p>
<pre><code class="language-just">carriage-return := "\r"
double-quote := "\""
Expand Down

0 comments on commit 93d84a3

Please sign in to comment.