Make sure that new issue is covered by testcase
This commit is contained in:
parent
d0bc782f75
commit
3ac35f4e00
|
@ -55,11 +55,11 @@ fn constant_pair_unit_string() {
|
|||
Type::Unit,
|
||||
Type::String,
|
||||
Constant::Unit.into(),
|
||||
Constant::String("hello universe".into()).into(),
|
||||
Constant::String("hello universe\0".into()).into(),
|
||||
)
|
||||
.into(),
|
||||
),
|
||||
"(con (pair unit string) ((), \"hello universe\"))",
|
||||
"(con (pair unit string) ((), \"hello universe\\x00\"))",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue