1.2.40. test/regress/rt-1.01.40

Start felix section to test/regress/rt-1.01.40-0.flx[1 /1 ]
     1: #line 1582 "./lpsrc/flx_regress.pak"
     2: //Check lexing:comments
     3: #import <flx.flxh>
     4: 
     5: //test
     6: // test
     7: print "1"; endl;//test
     8: print "2"; endl; //test
     9: 
    10: print "3"; endl;/*
    11: print "should not see this"; endl;
    12: */
    13: print "4"; endl; /*
    14: print "should not see this"; endl;
    15: */
    16: print/*
    17: print "should not see this"; endl;
    18: */"5"; endl;
    19: print /*
    20: print "should not see this"; endl;
    21: */"6"; endl;
    22: print/*
    23: print "should not see this"; endl;
    24: */ "7"; endl;
    25: print /*
    26: print "should not see this"; endl;
    27: */ "8"; endl;
    28: 
    29: print /*
    30: print "should not see this"; endl;/*
    31: print "should not see this"; endl;
    32: */print "should not see this"; endl;
    33: */ "9"; endl;
    34: 
    35: print /*
    36: print "should not see this"; endl; /*
    37: print "should not see this"; endl;
    38: */print "should not see this"; endl;
    39: */ "10"; endl;
    40: 
    41: print /*
    42: print "should not see this"; endl;/*
    43: print "should not see this"; endl;
    44: */ print "should not see this"; endl;
    45: */ "11"; endl;
    46: 
    47: print /*
    48: print "should not see this"; endl; /*
    49: print "should not see this"; endl;
    50: */ print "should not see this"; endl;
    51: */ "12"; endl;
End felix section to test/regress/rt-1.01.40-0.flx[1]
Start data section to test/regress/rt-1.01.40-0.expect[1 /1 ]
     1: 1
     2: 2
     3: 3
     4: 4
     5: 5
     6: 6
     7: 7
     8: 8
     9: 9
    10: 10
    11: 11
    12: 12
End data section to test/regress/rt-1.01.40-0.expect[1]