Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Nov 30, 2023
1 parent 857d366 commit 604bf04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testdata/structured-field-tests/display-string.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,11 @@
"raw": ["%\"%f0%28%8c%28\""],
"header_type": "item",
"must_fail": true
},
{
"name": "BOM in display string",
"raw": ["%\"BOM: %ef%bb%bf\""],
"header_type": "item",
"expected": [{"__type": "displaystring", "value": "BOM: \uFEFF"}, []]
}
]

0 comments on commit 604bf04

Please sign in to comment.