Skip to content

Commit

Permalink
to-rgba of rgba serializes as a literal
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 30, 2018
1 parent 34902f8 commit bbee7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/expression-tests/to-rgba/zero/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"type": "array<number, 4>"
},
"outputs": [[0, 0, 0, 0]],
"serialized": ["to-rgba", ["rgba", 0, 0, 0, 0]]
"serialized": ["literal", [0, 0, 0, 0]]
}
}

0 comments on commit bbee7e5

Please sign in to comment.