Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/.expect/manipulatorsOutput1.x64.txt

    rb19b362 r0effb6a  
    3838
    3939char
    40 a'a' ' '       a     'a'    aa   
    41 a'a' ' '       a     'a'    aa   
    42 141 0141      141 0141     61 0x61       61 0x61   
    43 141 0141      141 0141     61 0X61       61 0x61     1100001 0B1100001      1100001 0b1100001
     40a  a     a a     141 0141 61 0x61     0x61     0X61 a               a
     41a  a     a a     141 0141 61 0x61     0x61     0X61 a               a
    4442
    45 char *
    46 abcd "abcd"     abcd   "abcd"   abcd abcd     "abcd" 
    47 abcd "abcd"     abcd   "abcd"   abcd abcd     "abcd" 
    48 141 142 143 144 0141 0142 0143 0144      141      142      143      144 0141     0142     0143     0144   
    49 61 62 63 64 0X61 0X62 0X63 0X64       61       62       63       64 0x61     0x62     0x63     0x64   
    50 1100001 1100010 1100011 1100100 0B1100001 0B1100010 0B1100011 0B1100100      1100001      1100010      1100011      1100100 0b1100001 0b1100010 0b1100011 0b1100100
     43string
     44abcd     abcd   abcd abcd   
     45abcd     abcd   abcd abcd   
     46
     47binary string
     480b110000 0b1100001 0b1100010 0b1100011 0b1100100 0141 0142 0143 0144 0x61 0x62 0x63 0x64
     49110000 1100001 1100010 1100011 1100100 141 142 143 144 61 62 63 64
     50  110000  1100001  1100010  1100011  1100100  141  142  143  144  61  62  63  64
Note: See TracChangeset for help on using the changeset viewer.