parent
b00ee788a2
commit
e4759ae250
2 changed files with 18 additions and 0 deletions
10
Examples/test-suite/python/cpp17_u8_char_literals_runme.py
Normal file
10
Examples/test-suite/python/cpp17_u8_char_literals_runme.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from cpp17_u8_char_literals import *
|
||||
|
||||
if cvar.a != 'a':
|
||||
raise RuntimeError
|
||||
|
||||
if cvar.u != 'u':
|
||||
raise RuntimeError
|
||||
|
||||
if cvar.u8 != '8':
|
||||
raise RuntimeError
|
||||
Loading…
Add table
Add a link
Reference in a new issue