Skip to content

Instantly share code, notes, and snippets.

@timaschew
Created July 25, 2013 14:06
Show Gist options
  • Save timaschew/6079997 to your computer and use it in GitHub Desktop.
Save timaschew/6079997 to your computer and use it in GitHub Desktop.
js2coffe improvment test file.coffee
module.exports = container:
page:
numbers: [
1
2
3
"four"
"five"
]
one: ["value"]
empty: []
nestedArray: [
"abc"
"nasd"
[
9
8
7
[
71
72
73
]
]
"asdasd"
]
nestedObj: [
k1: "v1"
k2: "v2"
k3:
trippleNested: true
list: [
"i"
"ii"
]
"obj2"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment