make name the core block info
This commit is contained in:
@@ -20,9 +20,11 @@ import Testing
|
||||
let blocks = try PHBlock.load(from: """
|
||||
[[block]]
|
||||
command = "printf a"
|
||||
name = "a"
|
||||
|
||||
[[block]]
|
||||
command = "printf b"
|
||||
name = "b"
|
||||
""")
|
||||
|
||||
let config = try PHConfig.load()
|
||||
|
||||
Reference in New Issue
Block a user