test names and exports

This commit is contained in:
Kelvin Sherlock 2020-08-01 15:33:40 -04:00
parent fccc237e2b
commit 8721ce4141
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@ rCString(
"this is a long string with\r\n"
"extra characters and \\ stuff …"
)
rMenu(" Edit ",
UndoMenuItem().export("kUndoMenuItem"),
UndoMenuItem()
).name("Edit Menu")