OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / sample.mod
1 modula2 code    MODULE Sample; (* in Modula-2 *)
2 modula2 blank   
3 modula2 comment (* This is a comment *)
4 modula2 blank   
5 modula2 comment (* This is a comment ...
6 modula2 comment    ... spanning more than one line *)
7 modula2 blank   
8 modula2 code    CONST
9 modula2 code      sqString = 'this is a string within "a string" ...';
10 modula2 code      dqString = "this is a string within 'a string' ...";
11 modula2 blank   
12 modula2 code    END Sample.