From 097f146499b9175e736038004d80ae5e5c8ddfdf Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 4 Jan 2024 15:48:09 +0900 Subject: [PATCH] Update test-misc.json --- data/test-misc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/test-misc.json b/data/test-misc.json index 08ded9f..994bf5e 100644 --- a/data/test-misc.json +++ b/data/test-misc.json @@ -54,20 +54,20 @@ "description": "Write and read a text on the (named) shared memory", "tags": ["Windows System", "IPC(Inter-Process Communication)"] }, - { + { "id": "sharedmemory_write", "description": "Write a text to the (named) shared memory", "tags": ["Windows System", "IPC(Inter-Process Communication)"] - }, - { + }, + { "id": "sharedmemory_read", "description": "Read a text from the (named) shared memory", "tags": ["Windows System", "IPC(Inter-Process Communication)"] - }, - { + }, + { "id": "sharedmemory_listener", "description": "Read a text from the (named) shared memory, Repeatly", "tags": ["Windows System", "IPC(Inter-Process Communication)"] - } + } ] }