This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 3ff8e0f WIP.
new 7646610 Merge branch 'master' of
https://github.com/apache/incubator-nlpcraft
3ff8e0f is described below
commit 3ff8e0fb22842ef04a8d9b031267c4d0580314f0
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Mon Apr 26 16:56:16 2021 +0300
WIP.
---
nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml | 2 +-
.../org/apache/nlpcraft/example/minecraft/NCMinecraftModelSpec.kt | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
b/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
index 50cf792..73a5434 100644
--- a/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
+++ b/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
@@ -25,7 +25,7 @@ description: Minecraft Model.
macros:
- name: "<PLAYER_NICKNAME>"
- macro: "{//[a-zA-Z0-9]+//}"
+ macro: "//[a-zA-Z0-9]+//"
elements:
# General synonyms
diff --git
a/nlpcraft-examples/minecraft/src/test/kotlin/org/apache/nlpcraft/example/minecraft/NCMinecraftModelSpec.kt
b/nlpcraft-examples/minecraft/src/test/kotlin/org/apache/nlpcraft/example/minecraft/NCMinecraftModelSpec.kt
index b32fa53..811df6b 100644
---
a/nlpcraft-examples/minecraft/src/test/kotlin/org/apache/nlpcraft/example/minecraft/NCMinecraftModelSpec.kt
+++
b/nlpcraft-examples/minecraft/src/test/kotlin/org/apache/nlpcraft/example/minecraft/NCMinecraftModelSpec.kt
@@ -23,7 +23,9 @@ import org.apache.nlpcraft.NCTestEnvironment
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
-
+/**
+ * JUnit model spec.
+ */
@NCTestEnvironment(model = MinecraftModel::class, startClient = true)
class NCMinecraftModelSpec : NCTestContext() {
@Test