From 387ee5cd9420d666df49dfb5782c7428472002a2 Mon Sep 17 00:00:00 2001 From: Matthew Nibecker Date: Mon, 16 Oct 2023 14:43:26 -0700 Subject: [PATCH] Update compiler/parser/ztests/unicode-keyword.yaml Co-authored-by: Noah Treuhaft --- compiler/parser/ztests/unicode-keyword.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/parser/ztests/unicode-keyword.yaml b/compiler/parser/ztests/unicode-keyword.yaml index a4a3b58acd..6d2c7d741b 100644 --- a/compiler/parser/ztests/unicode-keyword.yaml +++ b/compiler/parser/ztests/unicode-keyword.yaml @@ -1,6 +1,6 @@ -zed: 'bjørndal' +zed: bjørndal -input: '{a:"bjørndal"}' +input: bjørndal output: | - {a:"bjørndal"} + "bjørndal"