2022-03-25 19:36:16 +08:00

7 lines
90 B
JavaScript

module.exports = {
"a":1,
"b":2,
"c{}{}":3,
"d{a}{b}":4,
"e":5
}