Skip to content

Commit

Permalink
Test serialisation of namespaced keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
scramjet committed Jul 10, 2020
1 parent a188d21 commit f41d8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MPEdnTests/MPEdnWriterTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ - (void) testSymbols
- (void) testKeywords
{
MPAssertSerialisesOK ([@"abc" ednKeyword], @":abc");

MPAssertSerialisesOK ([@"abc/def" ednKeyword], @":abc/def");

{
NSArray *list = @[[@"abc" ednKeyword], [@"def" ednKeyword]];

Expand Down

0 comments on commit f41d8b2

Please sign in to comment.