File: strings3_test.hjson

package info (click to toggle)
hjson-go 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,384 kB
  • sloc: sh: 51; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
{
  // Empty string
  a: ""
  // Unicode code points that require escape inside quotes.
  b: "\u00ad\u0600\u0604\u070f\u17b4\u17b5\u200c\u200f\u2028\u202f\u2060\u206f\ufeff\ufff0\uffff"
}