Skip to content

Comments

Fix test name when starting with # and small improvements#958

Merged
cxxxr merged 3 commits intolem-project:mainfrom
Sasanidas:main
Aug 16, 2023
Merged

Fix test name when starting with # and small improvements#958
cxxxr merged 3 commits intolem-project:mainfrom
Sasanidas:main

Conversation

@Sasanidas
Copy link
Member

I was testing the commands with some Lem tests, and forgot about the # symbol, this should fix it.

I'm also addressing some of the comments #957 (review) tho I don't fully understand this one #957 (comment) 😅

Thanks!

@cxxxr cxxxr merged commit 2ffa557 into lem-project:main Aug 16, 2023
@cxxxr
Copy link
Member

cxxxr commented Aug 16, 2023

Thanks!

(defun %default-capture (class position)
(let* ((line (str:split #\Space (line-string position)))
(name (str:replace-all ")" "" (second line))))
(name (remove #\) (second line))))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants