Skip to content

Commit

Permalink
Tiny cleanups from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
peblair committed Jul 6, 2021
1 parent 4e562f1 commit 6a25b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stdlib/regex.gr
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ REGEX PARSING DEFINITIONS

// Range parsing ("[a-z]")

// [TODO] (#769) When byte-based regexes are supported, we'll need another limit of 255 for those.
let rangeLimit = 0x10FFFF
//let rangeLimit = 255

// These are snake-cased to avoid confusion with their capitalized counterparts

Expand Down Expand Up @@ -2620,9 +2620,9 @@ export let make = (regexString: String) => {

//
//
//============
//REGEX SEARCH
//============
// ============
// REGEX SEARCH
// ============
//
//

Expand Down

0 comments on commit 6a25b96

Please sign in to comment.