pug-php/js-phpize

View on GitHub
src/JsPhpize/Lexer/Patterns/NumberPattern.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Line exceeds 120 characters; contains 202 characters
Open

        parent::__construct($priority, 'number', '0[bB][01]+(?:_[01]+)*|0[oO][0-7]+(?:_[0-7]+)*|0[xX][0-9a-fA-F]+(?:_[0-9a-fA-F]+)*|(\d+(?:_\d+)*(\.\d*(?:_\d+)*)?|\.\d+(?:_\d+)*)([eE]-?\d+(?:_\d+)*)?');

There are no issues that match your filters.

Category
Status