[llvm] [MsgPack] Use JSON schema boolean resolution rules (PR #170561)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 3 19:17:05 PST 2025
================
@@ -420,3 +420,77 @@ TEST(MsgPackDocument, TestInputYAMLMap) {
ASSERT_EQ(SS.getKind(), Type::String);
ASSERT_EQ(SS.getString(), "2");
}
+
+TEST(MsgPackDocument, TestInputYAMLBoolean) {
----------------
perlfu wrote:
Should this also cover usage of `!bool` tag?
https://github.com/llvm/llvm-project/pull/170561
More information about the llvm-commits
mailing list