Ignore:
Timestamp:
May 3, 2026, 8:25:27 AM (3 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c136863
Parents:
efa8439a
Message:

add quote output manipulator for printing char, char *, string surrounded by quote characters

File:
1 edited

Legend:

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

    refa8439a rb19b362  
    3838
    3939char
    40 a  a     a a     141 0141 61 0x61     0x61     0X61 a               a
    41 a  a     a a     141 0141 61 0x61     0x61     0X61 a               a
     40a'a' ' '       a     'a'    aa   
     41a'a' ' '       a     'a'    aa   
     42141 0141      141 0141     61 0x61       61 0x61   
     43141 0141      141 0141     61 0X61       61 0x61     1100001 0B1100001      1100001 0b1100001
    4244
    43 string
    44 abcd     abcd   abcd abcd   
    45 abcd     abcd   abcd abcd   
    46 
    47 binary string
    48 0b110000 0b1100001 0b1100010 0b1100011 0b1100100 0141 0142 0143 0144 0x61 0x62 0x63 0x64
    49 110000 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
     45char *
     46abcd "abcd"     abcd   "abcd"   abcd abcd     "abcd" 
     47abcd "abcd"     abcd   "abcd"   abcd abcd     "abcd" 
     48141 142 143 144 0141 0142 0143 0144      141      142      143      144 0141     0142     0143     0144   
     4961 62 63 64 0X61 0X62 0X63 0X64       61       62       63       64 0x61     0x62     0x63     0x64   
     501100001 1100010 1100011 1100100 0B1100001 0B1100010 0B1100011 0B1100100      1100001      1100010      1100011      1100100 0b1100001 0b1100010 0b1100011 0b1100100
Note: See TracChangeset for help on using the changeset viewer.