mirror of
https://github.com/casey/just.git
synced 2025-07-07 09:35:01 +00:00
Fix kitchen-sink.just
comment (#2738)
Some checks failed
CI / lint (push) Has been cancelled
CI / msrv (push) Has been cancelled
CI / pages (push) Has been cancelled
CI / test (macos-latest) (push) Has been cancelled
CI / test (ubuntu-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
Some checks failed
CI / lint (push) Has been cancelled
CI / msrv (push) Has been cancelled
CI / pages (push) Has been cancelled
CI / test (macos-latest) (push) Has been cancelled
CI / test (ubuntu-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
This commit is contained in:
parent
3f8fee230c
commit
79623feaa2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ x := '''
|
|||
bar
|
||||
'''
|
||||
|
||||
# this string will evaluate to `abc\n wuv\nbar\n`
|
||||
# this string will evaluate to `abc\n wuv\nxyz\n`
|
||||
y := """
|
||||
abc
|
||||
wuv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue