Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Jul 13, 2024
1 parent 541b9dd commit 402dd01
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
title: "SyntaxError: unterminated string literal"
title: "SyntaxError: string literal contains an unescaped line break"
slug: Web/JavaScript/Reference/Errors/String_literal_EOL
original_slug: Web/JavaScript/Reference/Errors/Unterminated_string_literal
---

{{jsSidebar("Errors")}}

## 信息

```plain
SyntaxError: unterminated string literal
SyntaxError: Invalid or unexpected token (V8-based)
SyntaxError: '' string literal contains an unescaped line break (Firefox)
SyntaxError: Unexpected EOF (Safari)
```

## 错误类型
Expand Down

0 comments on commit 402dd01

Please sign in to comment.