From f41d8b21d45fbc0dd6ffe5f61f9ecea3f9d9909b Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Fri, 10 Jul 2020 10:29:24 +0930 Subject: [PATCH] Test serialisation of namespaced keywords --- MPEdnTests/MPEdnWriterTests.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MPEdnTests/MPEdnWriterTests.m b/MPEdnTests/MPEdnWriterTests.m index 06c4b07..14b086b 100644 --- a/MPEdnTests/MPEdnWriterTests.m +++ b/MPEdnTests/MPEdnWriterTests.m @@ -161,7 +161,8 @@ - (void) testSymbols - (void) testKeywords { MPAssertSerialisesOK ([@"abc" ednKeyword], @":abc"); - + MPAssertSerialisesOK ([@"abc/def" ednKeyword], @":abc/def"); + { NSArray *list = @[[@"abc" ednKeyword], [@"def" ednKeyword]];