-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add phone-number #188
Add phone-number #188
Conversation
This is for the current week's featured exercise so this should take priority over the other two #48in24 PRs. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me, but the alignment can help in the code, as suggested.
summary: (summary) ;@@ [string!] | ||
test-code: (copy code) ;@@ [block!] | ||
status: none ;@@ [word!] : 'pass | 'fail | 'error | 'ignored | ||
;-- expected (optional field) | ||
;-- actual (optional field) | ||
;-- output (optional field) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summary: (summary) ;@@ [string!] | |
test-code: (copy code) ;@@ [block!] | |
status: none ;@@ [word!] : 'pass | 'fail | 'error | 'ignored | |
;-- expected (optional field) | |
;-- actual (optional field) | |
;-- output (optional field) | |
summary: (summary) ;@@ [string!] | |
test-code: (copy code) ;@@ [block!] | |
status: none ;@@ [word!] : 'pass | 'fail | 'error | 'ignored | |
;-- expected (optional field) | |
;-- actual (optional field) | |
;-- output (optional field) |
It might be "tab translation issue" here though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m not seeing the difference on my phone. Mind describing it briefly? If we update testlib.red, we’ll want to do it for all instances of it. That’d be a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be due to tabs, how it formats on the github page is "jittery". Sent you a patch.
For #48in24