expercise / coding-expercise

Web application for coding-expercise
32 stars 11 forks source link

Use type literals in test case table #103

Closed baybatu closed 8 years ago

baybatu commented 8 years ago

Currently we show test case input and output types without type literals. For example if input type is string, then we show the value like it is an integer. This may cause conflicts for users to resolve which type of value that they must solve problem for. We must use typical literal representation surrounding by double quote(").