1 # RUN: yaml-bench -canonical %s | FileCheck %s
2 # Example from https://yaml.org/spec/1.2.2/#example-plain-characters
4 # Outside flow collection:
9 - https://example.com/foo#bar
10 # Inside flow collection:
15 https://example.com/foo#bar ]
18 # CHECK-NEXT: !!str "::vector",
19 # CHECK-NEXT: !!str ": - ()",
20 # CHECK-NEXT: !!str "Up, up, and away!",
21 # CHECK-NEXT: !!str "-123",
22 # CHECK-NEXT: !!str "https://example.com/foo#bar",
24 # CHECK-NEXT: !!str "::vector",
25 # CHECK-NEXT: !!str ": - ()",
26 # CHECK-NEXT: !!str "Up, up and away!",
27 # CHECK-NEXT: !!str "-123",
28 # CHECK-NEXT: !!str "https://example.com/foo#bar",