Skip to content

Commit 2da8b0f

Browse files
committed
Update bytestring literal to match current ScrapScript syntax
1 parent fb4c159 commit 2da8b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ result
7171
7272
; greeting = "Hello, " ++ person.name ++ "!"
7373
74-
; encoded-data = ;;aGVsbG8gd29ybGQ=
74+
; encoded-data = ~~aGVsbG8gd29ybGQ=
7575
7676
; process-response =
7777
| #ok { status = 200, data = content } -> #success content

0 commit comments

Comments
 (0)