File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
servant-swagger/src/Servant Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -160,11 +160,11 @@ import Servant.Swagger.Internal.Orphans ()
160
160
-- >>> instance Arbitrary UserId where arbitrary = UserId <$> arbitrary
161
161
-- >>> hspec $ validateEveryToJSON (Proxy :: Proxy UserAPI)
162
162
-- <BLANKLINE>
163
- -- [User]
163
+ -- [User]...
164
164
-- ...
165
- -- User
165
+ -- User...
166
166
-- ...
167
- -- UserId
167
+ -- UserId...
168
168
-- ...
169
169
-- Finished in ... seconds
170
170
-- 3 examples, 0 failures
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ import Servant.Swagger.Internal.TypeLevel
53
53
--
54
54
-- >>> hspec $ context "ToJSON matches ToSchema" $ validateEveryToJSON (Proxy :: Proxy UserAPI)
55
55
-- <BLANKLINE>
56
- -- ToJSON matches ToSchema
57
- -- User
56
+ -- ToJSON matches ToSchema...
57
+ -- User...
58
58
-- ...
59
- -- UserId
59
+ -- UserId...
60
60
-- ...
61
61
-- Finished in ... seconds
62
62
-- 2 examples, 0 failures
@@ -118,11 +118,11 @@ validateEveryToJSONWithPatternChecker checker _ = props
118
118
-- :}
119
119
-- <BLANKLINE>
120
120
-- read . show == id
121
- -- Bool
121
+ -- Bool...
122
122
-- ...
123
- -- Int
123
+ -- Int...
124
124
-- ...
125
- -- [Char]
125
+ -- [Char]...
126
126
-- ...
127
127
-- Finished in ... seconds
128
128
-- 3 examples, 0 failures
You can’t perform that action at this time.
0 commit comments