diff --git a/compiler/parser/ztests/unicode-keyword.yaml b/compiler/parser/ztests/unicode-keyword.yaml index a4a3b58acd..877e023d90 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"