coffee2ls icon indicating copy to clipboard operation
coffee2ls copied to clipboard

Unhandled syntax

Open retorquere opened this issue 11 years ago • 1 comments

The following, when passed through ls2ls.org, yields an error:

witch (item.itemType) {
    case 'bookSection':
    case 'conferencePaper':
    case 'dictionaryEntry':
      ref.add({name: 'booktitle', value: item.publicationTitle, protect: true});
      break;
  }

(Anything with 2 or more fallthroughs triggers an error)

retorquere avatar Nov 24 '14 20:11 retorquere

coffee2ls is a bit dead.

vendethiel avatar Nov 24 '14 20:11 vendethiel