File tree 6 files changed +9
-3947
lines changed
6 files changed +9
-3947
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5
6
< title > XRegExp Specs</ title >
6
7
7
8
<!-- Jasmine -->
8
- < link rel ="stylesheet " href ="vendor/jasmine/jasmine.css ">
9
- < script src ="vendor/jasmine/jasmine.js "> </ script >
10
- < script src ="vendor/jasmine/jasmine-html.js "> </ script >
11
- < script src ="vendor/jasmine/boot.js "> </ script >
9
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jasmine/jasmine@5.1.2/lib/jasmine-core/jasmine.css ">
10
+ < script src ="https://cdn.jsdelivr.net/gh/jasmine/jasmine@5.1.2/lib/jasmine-core/jasmine.js "> </ script >
11
+ < script src ="https://cdn.jsdelivr.net/gh/jasmine/jasmine@5.1.2/lib/jasmine-core/jasmine-html.js "> </ script >
12
+ < script src ="https://cdn.jsdelivr.net/gh/jasmine/jasmine@5.1.2/lib/jasmine-core/boot0.js "> </ script >
13
+ < script >
14
+ jasmine . getEnv ( ) . configure ( { random : false } ) ;
15
+ </ script >
16
+ < script src ="https://cdn.jsdelivr.net/gh/jasmine/jasmine@5.1.2/lib/jasmine-core/boot1.js "> </ script >
12
17
13
18
<!-- XRegExp -->
14
19
< script src ="../xregexp-all.js "> </ script >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments