Changeset 4242

Show
Ignore:
Timestamp:
04/30/08 11:35:16 (2 months ago)
Author:
pmoura
Message:
Corrected typo in binary number on the syntax coloring test source file.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/tests/source.lgt

    r4238 r4242  
    170170        Z is 13.13e-23, 
    171171        C1 is 0'A, C2 is 0'', C3 is 0'", 
    172         B is 0o1011101, 
     172        B is 0b1011101, 
    173173        O is 0o1234560, 
    174174        H is 0x1234567890abcDEF.