Run artifact

workspace/targets/toml/evidence/block-5.md

Evidence: Block 5 ยท Service (block-5)

Stories built

Reusable compacts

Missing context

Stacked context

Build directory changes

Pre-build acceptance observation

intent: The implementation passes the authoritative TOML 1.0.0 string conformance slice. return code: 1 stdout: FAIL valid/string/ends-in-whitespace-escape Values for key "beee" don't match:
Expected: heeee geeee
Your encoder: heeee geeee\

input sent to parser-cmd (PID 758702): 1 โ”‚ beee = """ 2 โ”‚ heeee 3 โ”‚ geeee\ 4 โ”‚ 5 โ”‚ 6 โ”‚ """

output from parser-cmd (PID 758702) (stdout): 1 โ”‚ { 2 โ”‚ "beee": {"type": "string", "value": "heeee\ngeeee\\ \n\n\n "} 3 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "beee": {"type": "string", "value": "heeee\ngeeee"} 3 โ”‚ }

FAIL valid/string/escape-tricky Values for key "lit_multiline_not_unicode" don't match:
Expected: \u007f Your encoder: \u007f

input sent to parser-cmd (PID 758612): 1 โ”‚ end_esc = "String does not end here\" but ends here\\" 2 โ”‚ lit_end_esc = 'String ends here\' 3 โ”‚ 4 โ”‚ multiline_unicode = """ 5 โ”‚ \u00a0""" 6 โ”‚ 7 โ”‚ multiline_not_unicode = """ 8 โ”‚ \\u0041""" 9 โ”‚ 10 โ”‚ multiline_end_esc = """When will it end? \"""...""\" should be here\"""" 11 โ”‚ 12 โ”‚ lit_multiline_not_unicode = ''' 13 โ”‚ \u007f''' 14 โ”‚ 15 โ”‚ lit_multiline_end = '''There is no escape\'''

output from parser-cmd (PID 758612) (stdout): 1 โ”‚ { 2 โ”‚ "end_esc": {"type": "string", "value": "String does not end here\" but ends here\\"}, 3 โ”‚ "lit_end_esc": {"type": "string", "value": "String ends here\\"}, 4 โ”‚ "lit_multiline_end": {"type": "string", "value": "There is no escape\\"}, 5 โ”‚ "lit_multiline_not_unicode": {"type": "string", "value": "\n\\u007f"}, 6 โ”‚ "multiline_end_esc": {"type": "string", "value": "When will it end? \\\"\"\"...\"\"\\\" should be here\\\""}, 7 โ”‚ "multiline_not_unicode": {"type": "string", "value": "\\\\u0041"}, 8 โ”‚ "multiline_unicode": {"type": "string", "value": "\\u00a0"} 9 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "end_esc": {"type": "string", "value": "String does not end here\" but ends here\\"}, 3 โ”‚ "lit_end_esc": {"type": "string", "value": "String ends here\\"}, 4 โ”‚ "lit_multiline_end": {"type": "string", "value": "There is no escape\\"}, 5 โ”‚ "lit_multiline_not_unicode": {"type": "string", "value": "\\u007f"}, 6 โ”‚ "multiline_end_esc": {"type": "string", "value": "When will it end? \"\"\"...\"\"\" should be here\""}, 7 โ”‚ "multiline_not_unicode": {"type": "string", "value": "\\u0041"}, 8 โ”‚ "multiline_unicode": {"type": "string", "value": "ย "} 9 โ”‚ }

FAIL valid/string/multibyte-escape Values for key "ml-basic-1" don't match:
Expected: ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ
Your encoder: \u0251 \u20ac \U00010AF1 \u0251\u20ac\U00010AF1

input sent to parser-cmd (PID 758592): 1 โ”‚ # Test each multibyte length: 2, 3, and 4 bytes: 2 โ”‚ # ษ‘ โ‚ฌ ๐ซฑ 3 โ”‚ 4 โ”‚ basic-1 = "\u0251 \u20ac \U00010AF1 \u0251\u20ac\U00010AF1" 5 โ”‚ ml-basic-1 = """\u0251 \u20ac \U00010AF1 \u0251\u20ac\U00010AF1""" 6 โ”‚ 7 โ”‚ # Again, but only using \U 8 โ”‚ basic-2 = "\U00000251 \U000020ac \U00010AF1 \U00000251\U000020ac\U00010AF1" 9 โ”‚ ml-basic-2 = """\U00000251 \U000020ac \U00010AF1 \U00000251\U000020ac\U00010AF1"""

output from parser-cmd (PID 758592) (stdout): 1 โ”‚ { 2 โ”‚ "basic-1": {"type": "string", "value": "ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ"}, 3 โ”‚ "basic-2": {"type": "string", "value": "ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ"}, 4 โ”‚ "ml-basic-1": {"type": "string", "value": "\\u0251 \\u20ac \\U00010AF1 \\u0251\\u20ac\\U00010AF1"}, 5 โ”‚ "ml-basic-2": { 6 โ”‚ "type": "string", 7 โ”‚ "value": "\\U00000251 \\U000020ac \\U00010AF1 \\U00000251\\U000020ac\\U00010AF1" 8 โ”‚ } 9 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "basic-1": {"type": "string", "value": "ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ"}, 3 โ”‚ "ml-basic-1": {"type": "string", "value": "ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ"}, 4 โ”‚ "basic-2": {"type": "string", "value": "ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ"}, 5 โ”‚ "ml-basic-2": {"type": "string", "value": "ษ‘ โ‚ฌ ๐ซฑ ษ‘โ‚ฌ๐ซฑ"} 6 โ”‚ }

FAIL valid/string/multiline Values for key "equivalent_three" don't match:
Expected: The quick brown fox jumps over the lazy dog.
Your encoder: The quick brown fox jumps over the lazy dog.

input sent to parser-cmd (PID 758569): 1 โ”‚ # NOTE: this file includes some literal tab characters. 2 โ”‚ 3 โ”‚ equivalent_one = "The quick brown fox jumps over the lazy dog." 4 โ”‚ equivalent_two = """ 5 โ”‚ The quick brown \ 6 โ”‚ 7 โ”‚ 8 โ”‚ fox jumps over \ 9 โ”‚ the lazy dog.""" 10 โ”‚ 11 โ”‚ equivalent_three = """\ 12 โ”‚ The quick brown \ 13 โ”‚ fox jumps over \ 14 โ”‚ the lazy dog.\ 15 โ”‚ """ 16 โ”‚ 17 โ”‚ whitespace-after-bs = """\ 18 โ”‚ The quick brown \ 19 โ”‚ fox jumps over \ 20 โ”‚ the lazy dog.\ 21 โ”‚ """ 22 โ”‚ 23 โ”‚ no-space = """a\ 24 โ”‚ b""" 25 โ”‚ 26 โ”‚ # Has tab character. 27 โ”‚ keep-ws-before = """a \ 28 โ”‚ b""" 29 โ”‚ 30 โ”‚ escape-bs-1 = """a \\ 31 โ”‚ b""" 32 โ”‚ 33 โ”‚ escape-bs-2 = """a \\\ 34 โ”‚ b""" 35 โ”‚ 36 โ”‚ escape-bs-3 = """a \\\\ 37 โ”‚ b"""

output from parser-cmd (PID 758569) (stdout): 1 โ”‚ { 2 โ”‚ "equivalent_one": {"type": "string", "value": "The quick brown fox jumps over the lazy dog."}, 3 โ”‚ "equivalent_two": {"type": "string", "value": "The quick brown \n\n fox jumps over the lazy dog."}, 4 โ”‚ "escape-bs-1": {"type": "string", "value": "a \\b"}, 5 โ”‚ "escape-bs-2": {"type": "string", "value": "a \\\\b"}, 6 โ”‚ "escape-bs-3": {"type": "string", "value": "a \\\\\\ b"}, 7 โ”‚ "keep-ws-before": {"type": "string", "value": "a \t b"}, 8 โ”‚ "no-space": {"type": "string", "value": "a b"}, 9 โ”‚ "equivalent_three": { 10 โ”‚ "type": "string", 11 โ”‚ "value": " The quick brown fox jumps over the lazy dog. " 12 โ”‚ }, 13 โ”‚ "whitespace-after-bs": { 14 โ”‚ "type": "string", 15 โ”‚ "value": " The quick brown fox jumps over \\ \n the lazy dog.\\\t\n " 16 โ”‚ } 17 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "equivalent_one": {"type": "string", "value": "The quick brown fox jumps over the lazy dog."}, 3 โ”‚ "equivalent_three": {"type": "string", "value": "The quick brown fox jumps over the lazy dog."}, 4 โ”‚ "equivalent_two": {"type": "string", "value": "The quick brown fox jumps over the lazy dog."}, 5 โ”‚ "escape-bs-1": {"type": "string", "value": "a \\\nb"}, 6 โ”‚ "escape-bs-2": {"type": "string", "value": "a \\b"}, 7 โ”‚ "escape-bs-3": {"type": "string", "value": "a \\\\\n b"}, 8 โ”‚ "keep-ws-before": {"type": "string", "value": "a \tb"}, 9 โ”‚ "no-space": {"type": "string", "value": "ab"}, 10 โ”‚ "whitespace-after-bs": {"type": "string", "value": "The quick brown fox jumps over the lazy dog."} 11 โ”‚ }

FAIL valid/string/multiline-empty Values for key "empty-3" don't match: Expected: Your encoder:

input sent to parser-cmd (PID 758588): 1 โ”‚ empty-1 = """""" 2 โ”‚ 3 โ”‚ # A newline immediately following the opening delimiter will be trimmed. 4 โ”‚ empty-2 = """ 5 โ”‚ """ 6 โ”‚ 7 โ”‚ # \ at the end of line trims newlines as well; note that last \ is followed by 8 โ”‚ # two spaces, which are ignored. 9 โ”‚ empty-3 = """\ 10 โ”‚ """ 11 โ”‚ empty-4 = """\ 12 โ”‚ \ 13 โ”‚ \ 14 โ”‚ """

output from parser-cmd (PID 758588) (stdout): 1 โ”‚ { 2 โ”‚ "empty-1": {"type": "string", "value": ""}, 3 โ”‚ "empty-2": {"type": "string", "value": ""}, 4 โ”‚ "empty-3": {"type": "string", "value": " "}, 5 โ”‚ "empty-4": {"type": "string", "value": " \\ \n "} 6 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "empty-1": {"type": "string", "value": ""}, 3 โ”‚ "empty-2": {"type": "string", "value": ""}, 4 โ”‚ "empty-3": {"type": "string", "value": ""}, 5 โ”‚ "empty-4": {"type": "string", "value": ""} 6 โ”‚ }

FAIL valid/string/multiline-escaped-crlf Values for key "0" don't match: Expected:
Your encoder: \

input sent to parser-cmd (PID 758587): 1 โ”‚ # The following line should be an unescaped backslash followed by a Windows 2 โ”‚ # newline sequence ("\r\n") 3 โ”‚ 0="""\ 4 โ”‚ """

output from parser-cmd (PID 758587) (stdout): 1 โ”‚ { 2 โ”‚ "0": {"type": "string", "value": "\\\r\n"} 3 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "0": {"type": "string", "value": ""} 3 โ”‚ }

FAIL valid/string/multiline-quotes unterminated value

Exit 1

input sent to parser-cmd (PID 758609): 1 โ”‚ # Make sure that quotes inside multiline strings are allowed, including right 2 โ”‚ # after the opening '''/""" and before the closing '''/""" 3 โ”‚ 4 โ”‚ lit_one = ''''one quote'''' 5 โ”‚ lit_two = '''''two quotes''''' 6 โ”‚ lit_one_space = ''' 'one quote' ''' 7 โ”‚ lit_two_space = ''' ''two quotes'' ''' 8 โ”‚ 9 โ”‚ one = """"one quote"""" 10 โ”‚ two = """""two quotes""""" 11 โ”‚ one_space = """ "one quote" """ 12 โ”‚ two_space = """ ""two quotes"" """ 13 โ”‚ 14 โ”‚ mismatch1 = """aaa'''bbb""" 15 โ”‚ mismatch2 = '''aaa"""bbb''' 16 โ”‚ 17 โ”‚ # Three opening """, then one escaped ", then two "" (allowed), and then three 18 โ”‚ # closing """ 19 โ”‚ escaped = """lol\"""""" 20 โ”‚ 21 โ”‚ five-quotes = """ 22 โ”‚ Closing with five quotes 23 โ”‚ """"" 24 โ”‚ four-quotes = """ 25 โ”‚ Closing with four quotes 26 โ”‚ """"

output from parser-cmd (PID 758609) (stderr): 1 โ”‚ unterminated value 2 โ”‚ 3 โ”‚ Exit 1

want: <empty>

FAIL valid/string/nl Values for key "nl_end" don't match:
Expected: value

Your encoder: value\n

input sent to parser-cmd (PID 758590): 1 โ”‚ nl_mid = "val\nue" 2 โ”‚ nl_end = """value\n""" 3 โ”‚ 4 โ”‚ lit_nl_end = '''value\n''' 5 โ”‚ lit_nl_mid = 'val\nue' 6 โ”‚ lit_nl_uni = 'val\ue'

output from parser-cmd (PID 758590) (stdout): 1 โ”‚ { 2 โ”‚ "lit_nl_end": {"type": "string", "value": "value\\n"}, 3 โ”‚ "lit_nl_mid": {"type": "string", "value": "val\\nue"}, 4 โ”‚ "lit_nl_uni": {"type": "string", "value": "val\\ue"}, 5 โ”‚ "nl_end": {"type": "string", "value": "value\\n"}, 6 โ”‚ "nl_mid": {"type": "string", "value": "val\nue"} 7 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "lit_nl_end": {"type": "string", "value": "value\\n"}, 3 โ”‚ "lit_nl_mid": {"type": "string", "value": "val\\nue"}, 4 โ”‚ "lit_nl_uni": {"type": "string", "value": "val\\ue"}, 5 โ”‚ "nl_end": {"type": "string", "value": "value\n"}, 6 โ”‚ "nl_mid": {"type": "string", "value": "val\nue"} 7 โ”‚ }

FAIL valid/string/raw-multiline unterminated value

Exit 1

input sent to parser-cmd (PID 758608): 1 โ”‚ # Single ' should be allowed. 2 โ”‚ oneline = '''This string has a ' quote character.''' 3 โ”‚ 4 โ”‚ # A newline immediately following the opening delimiter will be trimmed. 5 โ”‚ firstnl = ''' 6 โ”‚ This string has a ' quote character.''' 7 โ”‚ 8 โ”‚ # All other whitespace and newline characters remain intact. 9 โ”‚ multiline = ''' 10 โ”‚ This string 11 โ”‚ has ' a quote character 12 โ”‚ and more than 13 โ”‚ one newline 14 โ”‚ in it.''' 15 โ”‚ 16 โ”‚ # Tab character in literal string does not need to be escaped 17 โ”‚ multiline_with_tab = '''First line 18 โ”‚ Followed by a tab''' 19 โ”‚ 20 โ”‚ this-str-has-apostrophes='''' there's one already 21 โ”‚ '' two more 22 โ”‚ '''''

output from parser-cmd (PID 758608) (stderr): 1 โ”‚ unterminated value 2 โ”‚ 3 โ”‚ Exit 1

want: <empty>

FAIL valid/string/start-mb Values for key "s6" don't match:
Expected: ยง Your encoder: ยง

input sent to parser-cmd (PID 758610): 1 โ”‚ # Start first line with a multibyte character. 2 โ”‚ # 3 โ”‚ # https://github.com/marzer/tomlplusplus/issues/190 4 โ”‚ s1 = "ยง" 5 โ”‚ s2 = 'ยง' 6 โ”‚ s3 = """\ 7 โ”‚ ยง""" 8 โ”‚ s4 = """ 9 โ”‚ ยง""" 10 โ”‚ s5 = """ยง""" 11 โ”‚ s6 = ''' 12 โ”‚ ยง''' 13 โ”‚ s7 = '''ยง'''

output from parser-cmd (PID 758610) (stdout): 1 โ”‚ { 2 โ”‚ "s1": {"type": "string", "value": "ยง"}, 3 โ”‚ "s2": {"type": "string", "value": "ยง"}, 4 โ”‚ "s3": {"type": "string", "value": "ยง"}, 5 โ”‚ "s4": {"type": "string", "value": "ยง"}, 6 โ”‚ "s5": {"type": "string", "value": "ยง"}, 7 โ”‚ "s6": {"type": "string", "value": "\nยง"}, 8 โ”‚ "s7": {"type": "string", "value": "ยง"} 9 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "s1": {"type": "string", "value": "ยง"}, 3 โ”‚ "s2": {"type": "string", "value": "ยง"}, 4 โ”‚ "s3": {"type": "string", "value": "ยง"}, 5 โ”‚ "s4": {"type": "string", "value": "ยง"}, 6 โ”‚ "s5": {"type": "string", "value": "ยง"}, 7 โ”‚ "s6": {"type": "string", "value": "ยง"}, 8 โ”‚ "s7": {"type": "string", "value": "ยง"} 9 โ”‚ }

FAIL valid/string/unicode-escape Values for key "ml-a" don't match:
Expected: a
Your encoder: \u0061

input sent to parser-cmd (PID 758586): 1 โ”‚ delta-1 = "\u03B4" 2 โ”‚ delta-2 = "\U000003B4" 3 โ”‚ a = "\u0061" 4 โ”‚ b = "\u0062" 5 โ”‚ c = "\U00000063" 6 โ”‚ null-1 = "\u0000" 7 โ”‚ null-2 = "\U00000000" 8 โ”‚ 9 โ”‚ ml-delta-1 = """\u03B4""" 10 โ”‚ ml-delta-2 = """\U000003B4""" 11 โ”‚ ml-a = """\u0061""" 12 โ”‚ ml-b = """\u0062""" 13 โ”‚ ml-c = """\U00000063""" 14 โ”‚ ml-null-1 = """\u0000""" 15 โ”‚ ml-null-2 = """\U00000000"""

output from parser-cmd (PID 758586) (stdout): 1 โ”‚ { 2 โ”‚ "a": {"type": "string", "value": "a"}, 3 โ”‚ "b": {"type": "string", "value": "b"}, 4 โ”‚ "c": {"type": "string", "value": "c"}, 5 โ”‚ "delta-1": {"type": "string", "value": "ฮด"}, 6 โ”‚ "delta-2": {"type": "string", "value": "ฮด"}, 7 โ”‚ "ml-a": {"type": "string", "value": "\\u0061"}, 8 โ”‚ "ml-b": {"type": "string", "value": "\\u0062"}, 9 โ”‚ "ml-c": {"type": "string", "value": "\\U00000063"}, 10 โ”‚ "ml-delta-1": {"type": "string", "value": "\\u03B4"}, 11 โ”‚ "ml-delta-2": {"type": "string", "value": "\\U000003B4"}, 12 โ”‚ "ml-null-1": {"type": "string", "value": "\\u0000"}, 13 โ”‚ "ml-null-2": {"type": "string", "value": "\\U00000000"}, 14 โ”‚ "null-1": {"type": "string", "value": "\u0000"}, 15 โ”‚ "null-2": {"type": "string", "value": "\u0000"} 16 โ”‚ }

want: 1 โ”‚ { 2 โ”‚ "a": {"type": "string", "value": "a"}, 3 โ”‚ "b": {"type": "string", "value": "b"}, 4 โ”‚ "c": {"type": "string", "value": "c"}, 5 โ”‚ "delta-1": {"type": "string", "value": "ฮด"}, 6 โ”‚ "delta-2": {"type": "string", "value": "ฮด"}, 7 โ”‚ "ml-a": {"type": "string", "value": "a"}, 8 โ”‚ "ml-b": {"type": "string", "value": "b"}, 9 โ”‚ "ml-c": {"type": "string", "value": "c"}, 10 โ”‚ "ml-delta-1": {"type": "string", "value": "ฮด"}, 11 โ”‚ "ml-delta-2": {"type": "string", "value": "ฮด"}, 12 โ”‚ "ml-null-1": {"type": "string", "value": "\u0000"}, 13 โ”‚ "ml-null-2": {"type": "string", "value": "\u0000"}, 14 โ”‚ "null-1": {"type": "string", "value": "\u0000"}, 15 โ”‚ "null-2": {"type": "string", "value": "\u0000"} 16 โ”‚ }

toml-test v2.2.0 [/mnt/c/Users/barlo/projects/drydock/uat/Toml/runs/20260814.050011/build/toml/toml-decoder] [no encoder] skipped tests: 861 valid tests: 12 passed, 11 failed encoder tests: no encoder command given invalid tests: 0 passed, 0 failed

harness: /home/barlo/.local/bin/toml-test toml-test v2.2.0; go1.24.6 linux/amd64; race=false; cgo=true stderr: Traceback (most recent call last): File "strings-conformance.py", line 12, in <module> assert result.returncode == 0 ^^^^^^^^^^^^^^^^^^^^^^ AssertionError

intent: The implementation rejects the authoritative invalid string cases. return code: 1 stdout: FAIL invalid/string/bad-escape-01 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758967): 1 โ”‚ invalid-escape = "This string has a bad \a escape character."

output from parser-cmd (PID 758967) (stdout): 1 โ”‚ { 2 โ”‚ "invalid-escape": {"type": "string", "value": "This string has a bad \u0007 escape character."} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-01 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758956): 1 โ”‚ bad-uni-esc-ml-01 = """val\ue"""

output from parser-cmd (PID 758956) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-01": {"type": "string", "value": "val\\ue"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-02 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758924): 1 โ”‚ bad-uni-esc-ml-02 = """val\Ux"""

output from parser-cmd (PID 758924) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-02": {"type": "string", "value": "val\\Ux"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-03 Expected an error, but no error was reported.

input sent to parser-cmd (PID 759105): 1 โ”‚ bad-uni-esc-ml-03 = """val\U0000000"""

output from parser-cmd (PID 759105) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-03": {"type": "string", "value": "val\\U0000000"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-04 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758892): 1 โ”‚ bad-uni-esc-ml-04 = """val\U0000"""

output from parser-cmd (PID 758892) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-04": {"type": "string", "value": "val\\U0000"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-05 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758958): 1 โ”‚ bad-uni-esc-ml-05 = """val\Ugggggggg"""

output from parser-cmd (PID 758958) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-05": {"type": "string", "value": "val\\Ugggggggg"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-06 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758957): 1 โ”‚ bad-uni-esc-ml-06 = """This string contains a non scalar unicode codepoint \uD801"""

output from parser-cmd (PID 758957) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-06": {"type": "string", "value": "This string contains a non scalar unicode codepoint \\uD801"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/bad-uni-esc-ml-07 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758893): 1 โ”‚ bad-uni-esc-ml-07 = """\uabag"""

output from parser-cmd (PID 758893) (stdout): 1 โ”‚ { 2 โ”‚ "bad-uni-esc-ml-07": {"type": "string", "value": "\\uabag"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/basic-byte-escapes Expected an error, but no error was reported.

input sent to parser-cmd (PID 759046): 1 โ”‚ answer = "\x33"

output from parser-cmd (PID 759046) (stdout): 1 โ”‚ { 2 โ”‚ "answer": {"type": "string", "value": "3"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/basic-multiline-out-of-range-unicode-escape-01 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758962): 1 โ”‚ a = """\UFFFFFFFF"""

output from parser-cmd (PID 758962) (stdout): 1 โ”‚ { 2 โ”‚ "a": {"type": "string", "value": "\\UFFFFFFFF"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/basic-multiline-out-of-range-unicode-escape-02 Expected an error, but no error was reported.

input sent to parser-cmd (PID 758959): 1 โ”‚ a = """\U00D80000"""

output from parser-cmd (PID 758959) (stdout): 1 โ”‚ { 2 โ”‚ "a": {"type": "string", "value": "\\U00D80000"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/basic-multiline-unknown-escape Expected an error, but no error was reported.

input sent to parser-cmd (PID 758969): 1 โ”‚ a = """\@"""

output from parser-cmd (PID 758969) (stdout): 1 โ”‚ { 2 โ”‚ "a": {"type": "string", "value": "\\@"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/multiline-bad-escape-01 Expected an error, but no error was reported.

input sent to parser-cmd (PID 759257): 1 โ”‚ k = """t\a"""

output from parser-cmd (PID 759257) (stdout): 1 โ”‚ { 2 โ”‚ "k": {"type": "string", "value": "t\\a"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/multiline-bad-escape-02 Expected an error, but no error was reported.

input sent to parser-cmd (PID 759090): 1 โ”‚ # \<Space> is not a valid escape. 2 โ”‚ k = """t\ t"""

output from parser-cmd (PID 759090) (stdout): 1 โ”‚ { 2 โ”‚ "k": {"type": "string", "value": "t\\ t"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/multiline-bad-escape-03 Expected an error, but no error was reported.

input sent to parser-cmd (PID 759153): 1 โ”‚ # \<Space> is not a valid escape. 2 โ”‚ k = """t\ """

output from parser-cmd (PID 759153) (stdout): 1 โ”‚ { 2 โ”‚ "k": {"type": "string", "value": "t\\ "} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/multiline-escape-space-01 Expected an error, but no error was reported.

input sent to parser-cmd (PID 759106): 1 โ”‚ a = """ 2 โ”‚ foo \ \n 3 โ”‚ bar"""

output from parser-cmd (PID 759106) (stdout): 1 โ”‚ { 2 โ”‚ "a": {"type": "string", "value": " foo \\ \\n\n bar"} 3 โ”‚ }

want: Exit code 1

FAIL invalid/string/multiline-escape-space-02 Expected an error, but no error was reported.

input sent to parser-cmd (PID 759107): 1 โ”‚ bee = """ 2 โ”‚ hee \ 3 โ”‚ 4 โ”‚ gee \ """

output from parser-cmd (PID 759107) (stdout): 1 โ”‚ { 2 โ”‚ "bee": {"type": "string", "value": "hee \ngee \\ "} 3 โ”‚ }

want: Exit code 1

toml-test v2.2.0 [/mnt/c/Users/barlo/projects/drydock/uat/Toml/runs/20260814.050011/build/toml/toml-decoder] [no encoder] skipped tests: 807 valid tests: 0 passed, 0 failed encoder tests: no encoder command given invalid tests: 60 passed, 17 failed

harness: /home/barlo/.local/bin/toml-test toml-test v2.2.0; go1.24.6 linux/amd64; race=false; cgo=true stderr: Traceback (most recent call last): File "strings-invalid-conformance.py", line 12, in <module> assert result.returncode == 0 ^^^^^^^^^^^^^^^^^^^^^^ AssertionError

intent: A basic string is accepted through the decoder process boundary. return code: 0

intent: A literal string preserves its backslashes as supplied input. return code: 0

Post-build programmatic acceptance

intent: The implementation passes the authoritative TOML 1.0.0 string conformance slice. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0 stdout: toml-test v2.2.0 [/mnt/c/Users/barlo/projects/drydock/uat/Toml/runs/20260814.050011/build/toml/toml-decoder] [no encoder] skipped tests: 861 valid tests: 23 passed, 0 failed encoder tests: no encoder command given invalid tests: 0 passed, 0 failed

harness: /home/barlo/.local/bin/toml-test toml-test v2.2.0; go1.24.6 linux/amd64; race=false; cgo=true

intent: The implementation rejects the authoritative invalid string cases. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0 stdout: toml-test v2.2.0 [/mnt/c/Users/barlo/projects/drydock/uat/Toml/runs/20260814.050011/build/toml/toml-decoder] [no encoder] skipped tests: 807 valid tests: 0 passed, 0 failed encoder tests: no encoder command given invalid tests: 77 passed, 0 failed

harness: /home/barlo/.local/bin/toml-test toml-test v2.2.0; go1.24.6 linux/amd64; race=false; cgo=true

intent: A basic string is accepted through the decoder process boundary. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0

intent: A literal string preserves its backslashes as supplied input. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0

Build summary

<reusable-compact filename="stage_test.sh"> Runs go build -o toml-decoder ./cmd/toml-decoder, then executes sources/run_conformance.sh -run "$1" against TOML_TEST_VERSION v2.2.0. Requires exactly one test-pattern argument and uses the command exit status as the verdict. </reusable-compact>

RESULT: SUCCESS

FILES CHANGED:

SUMMARY: Implemented TOML basic, multiline basic, literal, and multiline literal strings. Valid slice: 23/23; invalid slice: 77/77. Go tests, race tests, vet, build, and formatting pass.

BLOCKERS: