Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created June 20, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treyharris/bf75917d17375aa5ee109b1df7332899 to your computer and use it in GitHub Desktop.
Save treyharris/bf75917d17375aa5ee109b1df7332899 to your computer and use it in GitHub Desktop.
p6doc Str weirdness
% export POD_TO_TEXT_ANSI=1
% p6doc Str
In Str
% PAGER=cat p6doc Str
In Str
===FATAL: Table 4 has a mixture of visible and invisible column-separator types.
===SORRY!===
1
space prefix non-negative number with a space
+ prefix non-negative number with a plus sign
- left-justify within the field
0 use leading zeros, not spaces, for required padding
# ensure the leading "0" for any octal,
prefix non-zero hexadecimal with "0x" or "0X",
prefix non-zero binary with "0b" or "0B"
===end FATAL table 4 input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment