In the following declarations, the fourth causes the error: ``` scss $map1: (alpha: 1); $map2: (alpha: 1, beta: 2); $map3: (alpha: ()); $map4: (alpha: (), beta: ()); ``` ... just a simpler test case of error reported here https://github.com/sass/libsass/pull/481#issuecomment-58000044