Skip to content

Commit

Permalink
Tests and better number parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Jan 14, 2024
1 parent 738752d commit 22b41d4
Show file tree
Hide file tree
Showing 6 changed files with 20,637 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal

exclude: |
(?x)^(
tests/data/js/.*\.js
)$
29 changes: 29 additions & 0 deletions tests/data/js/2.0.16.bundle.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions tests/data/js/2.0.22.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 22b41d4

Please sign in to comment.