1.2.60. test/regress/rt-1.01.60

Start felix section to test/regress/rt-1.01.60-0.flx[1 /1 ]
     1: #line 2371 "./lpsrc/flx_regress.pak"
     2: //Check regmatch
     3: #import <flx.flxh>
     4: 
     5: fun format (suffix:string) : string =>
     6:   regmatch "1" with
     7:   | "1" => ".static_suffix" + suffix
     8:   endmatch
     9: ;
    10: 
    11: print $ format (".dynamic_suffix"); endl;
End felix section to test/regress/rt-1.01.60-0.flx[1]
Start data section to test/regress/rt-1.01.60-0.expect[1 /1 ]
     1: .static_suffix.dynamic_suffix
End data section to test/regress/rt-1.01.60-0.expect[1]