"Fossies" - the Fresh Open Source Software Archive

Member "detox-1.4.5/tests/tests/github-issue-0014/test.tbl" (15 Aug 2021, 760 Bytes) of package /linux/privat/detox-1.4.5.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 start
    2 0x0026          _and_   # AMPERSAND
    3 
    4 # Chars to translate to _
    5 0x0020          _       # space
    6 0x0021          _       # !
    7 0x0022          _       # "
    8 0x0024          _       # $
    9 0x0027          _       # '
   10 0x002a          _       # *
   11 0x002f          _       # /
   12 0x003a          _       # :
   13 0x003b          _       # ;
   14 0x003c          _       # <
   15 0x003e          _       # >
   16 0x003f          _       # ?
   17 0x0040          _       # @
   18 0x005c          _       # \
   19 0x0060          _       # `
   20 0x007c          _       # |
   21 
   22 # Chars to translate to -
   23 0x0028          -       # (
   24 0x0029          -       # )
   25 0x005b          -       # [
   26 0x005d          -       # ]
   27 0x007b          -       # {
   28 0x007d          -       # }
   29 
   30 #0x00c9          e
   31 #0x00c6          ae
   32 end