gfps: 添加认证测试和FAQ 20260505
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s
Change-Id: I71e676b997159a141ca07d16f82a73b45f4b2410
This commit is contained in:
6
test_match.py
Normal file
6
test_match.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
|
||||
loc = "file:///C:/b1330068943497508f1faa4108fa1f75\r\n"
|
||||
src = "b1330068943497508f1faa4108fa1f75"
|
||||
print("Ends with:", loc.endswith(src))
|
||||
print("Ends with stripped:", loc.strip().endswith(src))
|
||||
Reference in New Issue
Block a user