From 85ef942e7195abeb71466b7159c3ee30161e1e54 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 07 四月 2026 08:51:01 +0800
Subject: [PATCH] 2026.4.7

---
 src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt b/src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt
index 4b2f0e0..2fc3125 100644
--- a/src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt
+++ b/src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt
@@ -2,6 +2,7 @@
 
 import org.junit.Test
 import java.util.*
+import kotlin.properties.Delegates
 
 class CommonTest {
 
@@ -12,4 +13,17 @@
         println(fName)
         println(dName)
     }
+
+    @Test
+    fun annotationTest() {
+        "name" + "1"
+        mapOf<String, String>("name" to "1")
+    }
+
+    @Test
+    fun findStr() {
+        val m = "cOm7.jpg"
+        val m1 = m.replace("/", "-").replace(".", "(${0 + 1}).")
+        println(m1)
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3