Skip to content

Unexpected error with escaping characters. #223

@kohkimakimoto

Description

@kohkimakimoto
  • GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read Lua 5.1 reference manual carefully?
  • GopherLua is a Lua5.1 implementation. In Lua, to keep it simple, it is more important to remove functionalities rather than to add functionalities unlike other languages . If you are going to introduce some new cool functionalities into the GopherLua code base and the functionalities can be implemented by existing APIs, It should be implemented as a library.

Please answer the following before submitting your issue:

  1. What version of GopherLua are you using? :
    commit: 732aa68
  2. What version of Go are you using? :
    go version go1.11 darwin/amd64
  3. What operating system and processor architecture are you using? :
    Mac OS X 10.14
    Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
  4. What did you do? :
    Run print("\z")
  5. What did you expect to see? :
    Output z.
  6. What did you see instead? :
    Output <string> line:1(column:9) near '\z': Invalid escape sequence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions