mirror of
https://github.com/janet-lang/janet
synced 2025-09-07 05:18:04 +00:00
Add support for buffer peg literals - address #1549
This commit is contained in:
@@ -783,5 +783,11 @@
|
||||
"abc123,,,,"
|
||||
@["" "" "" "" ""])
|
||||
|
||||
# Issue #1549 - allow buffers as peg literals
|
||||
(test "issue 1549"
|
||||
''@"abc123"
|
||||
"abc123"
|
||||
@["abc123"])
|
||||
|
||||
(end-suite)
|
||||
|
||||
|
Reference in New Issue
Block a user