baseline updates for -a cpp alternative (compile-to-C++)

This commit is contained in:
Vern Paxson 2022-09-16 16:51:45 -07:00
parent b6b4503dd7
commit d7adf81859
10 changed files with 31 additions and 25 deletions

View file

@ -3,6 +3,12 @@ Justification (input string 'abc')
----------------------------------
ljust: 's'
rjust: 's'
find_str/rfind_str (input string 'abcdefghi')
-----------------------------------------------------
find_str: -1
find_str: -1
string_cat
-----------------------------------------------------
string_cat: