Fixes recursion bug in disambiguate_in().
[ohcount] / test / expected_dir / sample.obn
1 oberon  code    (* Oberon *) MODULE OberonSample; (* file extension ".obn" *)
2 oberon  blank   
3 oberon  comment (* This is a comment *)
4 oberon  blank   
5 oberon  comment (* This is a comment ...
6 oberon  comment    ... spanning more than one line *)
7 oberon  blank   
8 oberon  code    CONST
9 oberon  code      sqString* = 'this is a string within "a string" ...';
10 oberon  code      dqString* = "this is a string within 'a string' ...";
11 oberon  blank   
12 oberon  code    END OberonSample.