Skip to content

Commit

Permalink
json::serialization: desactivate docunit awaiting a fix for nitlang#2296
Browse files Browse the repository at this point in the history


Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Sep 12, 2016
1 parent 2a45fc0 commit 9533947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/serialization.nit
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ redef class Text

# Strip the `nullable` prefix and the params from the class name `self`
#
# ~~~
# ~~~nitish
# assert "String".strip_nullable_and_params == "String"
# assert "Array[Int]".strip_nullable_and_params == "Array"
# assert "Map[Set[String], Set[Int]]".strip_nullable_and_params == "Map"
Expand Down

0 comments on commit 9533947

Please sign in to comment.