GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
dyaml: Fix unittest compatibility with v2.099
master
1 parent
3c6b499
commit
3897b7314c45aa8bc858257d52581c78a9eaa6e5
Geod24
authored
on 17 Oct 2022
Mathias LANG
committed
on 17 Oct 2022
Patch
Unified
Split
Showing
1 changed file
+2
-2
■
■
■
■
■
source/dyaml/composer.d
Ignore Space
Show notes
View
4
■
■
■
■
■
source/dyaml/composer.d
}
}
// Provide good error message on multiple keys (which JSON supports)
@safe
unittest
// DUB: This unittest is `@safe` from v2.100 as `message` was made `@safe`, not before
unittest
{
import
dyaml
.
loader
:
Loader
;
const
str
=
`{
Show line notes below