11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
module Test {
|
|
|
|
import spicy;
|
|
import hilti;
|
|
import spicy_rt;
|
|
|
|
hilti::print(b"xxx".decode(spicy::Charset::UTF8, hilti::DecodeErrorStrategy::REPLACE), True);
|
|
|
|
}
|