Skip to content

this.tail is undefined #270

@finalcreator

Description

@finalcreator

in source code 83;
maybe should revise like this

Scanner.prototype.eos = function (){

  if(this.tail==undefined || this.tail == null)
      this.tail="";

return this.tail === "";

}

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