Fix 2023.01 test

This commit is contained in:
akp 2023-12-03 22:57:22 +00:00
parent fd8977a39a
commit 56724a72e3
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -1,10 +1,10 @@
{ {
"1": [ "1": [
{"input": "1abc2\npqr3stu8vwx\na1b2c3d4e5f\ntreb7uchet", "is": "142"}, {"input": "1abc2\npqr3stu8vwx\na1b2c3d4e5f\ntreb7uchet", "is": "142"}
{"input": "eighthree", "is": "83"},
{"input": "sevenine", "is": "79"}
], ],
"2": [ "2": [
{"input": "two1nine\neightwothree\nabcone2threexyz\nxtwone3four\n4nineeightseven2\nzoneight234\n7pqrstsixteen", "is": "281"} {"input": "two1nine\neightwothree\nabcone2threexyz\nxtwone3four\n4nineeightseven2\nzoneight234\n7pqrstsixteen", "is": "281"},
{"input": "eighthree", "is": "83"},
{"input": "sevenine", "is": "79"}
] ]
} }