Skip to content

Commit

Permalink
One more extractor for mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Mar 15, 2024
1 parent c70465d commit 1001f7e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion repository/jsrepository-master.json
Expand Up @@ -5685,7 +5685,8 @@
"filecontent": [
"\\.MathJax\\.config\\.startup;{10,100}.\\.VERSION=\"(§§version§§)\"",
"\\.MathJax=\\{version:\"(§§version§§)\"",
"MathJax.{0,100}.\\.VERSION=void 0,.\\.VERSION=\"(§§version§§)\""
"MathJax.{0,100}.\\.VERSION=void 0,.\\.VERSION=\"(§§version§§)\"",
"MathJax\\.version=\"(§§version§§)\";"
],
"func": ["MathJax.version"]
}
Expand Down
3 changes: 2 additions & 1 deletion repository/jsrepository-v2.json
Expand Up @@ -7284,7 +7284,8 @@
"filecontent": [
"\\.MathJax\\.config\\.startup;{10,100}.\\.VERSION=\"(§§version§§)\"",
"\\.MathJax=\\{version:\"(§§version§§)\"",
"MathJax.{0,100}.\\.VERSION=void 0,.\\.VERSION=\"(§§version§§)\""
"MathJax.{0,100}.\\.VERSION=void 0,.\\.VERSION=\"(§§version§§)\"",
"MathJax\\.version=\"(§§version§§)\";"
],
"func": [
"MathJax.version"
Expand Down
3 changes: 2 additions & 1 deletion repository/jsrepository.json
Expand Up @@ -7218,7 +7218,8 @@
"filecontent": [
"\\.MathJax\\.config\\.startup;{10,100}.\\.VERSION=\"(§§version§§)\"",
"\\.MathJax=\\{version:\"(§§version§§)\"",
"MathJax.{0,100}.\\.VERSION=void 0,.\\.VERSION=\"(§§version§§)\""
"MathJax.{0,100}.\\.VERSION=void 0,.\\.VERSION=\"(§§version§§)\"",
"MathJax\\.version=\"(§§version§§)\";"
],
"func": [
"MathJax.version"
Expand Down
3 changes: 3 additions & 0 deletions repository/testcases.json
Expand Up @@ -613,6 +613,9 @@
},
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/§§version§§/es5/core.min.js": {
"versions": ["3.2.2"]
},
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/§§version§§/MathJax.js": {
"versions": ["2.7.3"]
}
}
}

0 comments on commit 1001f7e

Please sign in to comment.