Commit graph

13 commits

Author SHA1 Message Date
Dennis Brakhane
eb6b5ef87a Add support for enum.Flag in ReprHighlighter
enum.Flag allows more than one bit to be set, and its repr will show
something like <Permission.READ|WRITE: 3>.

For this to display correctly, we need to add the pipe symbol to the
tag regex.
2022-02-05 19:12:21 +01:00
Aaron Stephens
5960f54917 chore: fix typos 2022-01-06 22:44:05 -08:00
Will McGugan
a998f23084 replace is_control with list of control codes 2021-03-14 11:47:03 +00:00
Will McGugan
c7ea83d36a added progress.reset 2020-10-14 10:19:38 +01:00
Will McGugan
fcbbf6902a make tests 2020-10-12 18:55:59 +01:00
Will McGugan
862d7798ef scientific notation 2020-10-12 18:52:52 +01:00
Will McGugan
75930e7826 more tests 2020-10-12 18:50:26 +01:00
Will McGugan
82cafb4d5f more tests 2020-10-12 18:37:26 +01:00
Will McGugan
51074a86c2 highlighter tests 2020-10-12 18:29:29 +01:00
Will McGugan
cd4f00ff34 highlighter tests 2020-10-12 18:28:56 +01:00
Will McGugan
20084da4f8 highlighter optimization 2020-10-12 16:55:52 +01:00
Edward Knight
d47ba3167b Add tests for EUI-48 and EUI-64 in ReprHighlighter 2020-10-08 20:41:47 +01:00
Will McGugan
c409f9f683 highlighter test 2020-04-26 16:34:55 +01:00