Skip to content

Commit

Permalink
fix hex number
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Dec 12, 2024
1 parent 89e3dec commit 3fd0113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace literals {
enum Color { RED = 0, BLUE = 1 };

typedef py::typing::Literal<26,
0x1A,
0x14,
py::typing::StringLiteral("\"hello world\""),
py::typing::StringLiteral("b\"hello world\""),
py::typing::StringLiteral("u\"hello world\""),
Expand Down

0 comments on commit 3fd0113

Please sign in to comment.