• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

caleb531 / automata / 20624828806 / 1
98%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 31 Dec 2025 06:26PM UTC
Files 31
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Dec 2025 06:26PM UTC coverage: 98.32% (-1.2%) from 99.543%
20624828806.1

push

github

web-flow
Add support for character classes `[...]` (#250)

* Add support for character classes `[...]`

Also, fix the quantifiers more expressive.
I.e., now it supports: {,4}, {4}, {1,3}, {1,} instead of just {1,3} and {1,}

* Support class characters when no input_symbols are given

* Lint fixes and one more test

* Fixx issue with reserved characters inside character class

* Add missing annotation

* Add support for escaped characters and properly handle special chars like ('\')

* Add support for shorthands

* Allow reserved chars in input symbols and tokenize spaces

We also added more complex tests

* Address code review feedback

- Move imports to top of nfa.py file (no repeated imports in functions)
- Replace if/elif chains with dictionary-based lookups for shorthand character classes
- Fix 'in' vs '==' operator usage for single character comparisons
- Use dict.get() method for escape_map lookup
- Remove spaces from regex patterns in test cases
- All tests passing (418 passed, 25 skipped)

* Changes for CI

* Update test_regex.py

---------

Co-authored-by: Eliot Robson <eliot.robson24@gmail.com>

1424 of 1469 branches covered (96.94%)

2984 of 3035 relevant lines covered (98.32%)

0.98 hits per line

Source Files on job 20624828806.1
  • Tree
  • List 31
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20624828806
  • b452f994 on github
  • Prev Job for on develop (#19449239335.3)
  • Next Job for on develop (#20625126565.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc