circe / circe-yaml

YAML parser for circe using SnakeYAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Law failure: Illegal embedded sign character

nornagon opened this issue · comments

I was running the tests and the roundtrip test failed:

[info] SnakeYamlSymmetricSerializationTests:
[info] - snake.printer.printer.roundTrip *** FAILED ***
[info]   GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
[info]    (Discipline.scala:14)
[info]     Falsified after 8 successful property evaluations.
[info]     Location: (Discipline.scala:14)
[info]     Occurred when passed generated values (
[info]       arg0 = {
[info]     "㿄㤥蕯萹쯦懹㿞৷⼔ᤇ끭◪麫鑗㍠宜鎺豎룇౰㛅戯㈰멿筎໲ꁏ亙ⱥﮅ㰡龥㈞㴽鳘돹ᘝ⻥煄孟倛㋇ꡇ頎紙ꨦ⩘ⶔ퐿೑﬿셬湹" : -0e+650527972106855168975387490925118
[info]   } // 11 shrinks
[info]     )
[info]     Label of failing property:
[info]       Expected: Right({
[info]     "㿄㤥蕯萹쯦懹㿞৷⼔ᤇ끭◪麫鑗㍠宜鎺豎룇౰㛅戯㈰멿筎໲ꁏ亙ⱥﮅ㰡龥㈞㴽鳘돹ᘝ⻥煄孟倛㋇ꡇ頎紙ꨦ⩘ⶔ퐿೑﬿셬湹" : -0e+650527972106855168975387490925118
[info]   })
[info]   Received: Left(io.circe.ParsingFailure: Illegal embedded sign character)

nvm, this was related to a local change