The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use lib './t';
use BlatteTestHarness;

&blatte_test(['ABC', '{\\uc abc}'],
             ['abc', '{\\lc ABC}'],
             ['bc', '{\\substr abcde 1 2}'],
             ['bc', '{\\substr abcde -4 2}'],
             ['yes', '{\\if {\\streq a a} yes no}'],
             ['no', '{\\if {\\streq a b} yes no}']);