Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2f1008

Browse files
authored
Merge pull request #3420 from max-schaefer/js/fix-missing-triple-backtick
Approved by asgerf
2 parents 5725814 + 9335a6c commit b2f1008

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • javascript/ql/src/semmle/javascript

javascript/ql/src/semmle/javascript/Expr.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ class Label extends @label, Identifier, Expr {
303303
* 3n // BigInt literal
304304
* "hello" // string literal
305305
* /jsx?/ // regular-expression literal
306+
* ```
306307
*/
307308
class Literal extends @literal, Expr {
308309
/** Gets the value of this literal, as a string. */

0 commit comments

Comments
 (0)