0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【エラー】Invalid char `\x08' in expression

Posted at

##環境
Ruby 3.0.2
Rails 6.1.4.1

##状況

見たことないエラー

Invalid char `\x08' in expression

##原因
キーボードの全角半角切り替えの際に全角のスペースが入ってしまってた。
Vscodeに「zenkaku」を入れて、もし全角スペースが入ったら可視化するようにしていたのに
このエラーが出たときは全角スペースが見えなかった!

##解決法
見えない全角スペースを削除

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?