Include input string when reporting parsing error (as NoConvert)
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ void testAssignUnion()
|
||||
|
||||
testFalse(val["->"].valid());
|
||||
|
||||
testThrows<std::invalid_argument>([&val](){
|
||||
testThrows<NoConvert>([&val](){
|
||||
val["->u16"] = "hello";
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user