Showing
1 changed file
with
0 additions
and
17 deletions
src/main/webapp/js/grapheditor/test.html
deleted
100644 → 0
1 | -<!DOCTYPE html> | ||
2 | -<html lang="en"> | ||
3 | - | ||
4 | -<head> | ||
5 | - <meta charset="UTF-8"> | ||
6 | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
7 | - <title>Document</title> | ||
8 | -</head> | ||
9 | - | ||
10 | -<body> | ||
11 | - <script> | ||
12 | - const value = /^-?\d+(\.\d{0,2})?$/.test(1.2) | ||
13 | - console.log(value) | ||
14 | - </script> | ||
15 | -</body> | ||
16 | - | ||
17 | -</html> |