Skip to content

Commit

Permalink
Note lack of support for string interpolation (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 10, 2024
1 parent e1b85d9 commit 523801a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,10 @@ braces:

### Strings

`'single'`, `"double"`, and `'''triple'''` quoted string literals are
supported. Unlike in recipe bodies, `{{…}}` interpolations are not supported
inside strings.

Double-quoted strings support escape sequences:

```just
Expand Down

0 comments on commit 523801a

Please sign in to comment.