-
Notifications
You must be signed in to change notification settings - Fork 14
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
Create Test Scripts for URI handling #222
Comments
@jimscarver I have the basic test creating a simple string "Hello World", I recall your one example of Nil | 2+2 |
@w2vy Not sure what I can contribute here. Let @jimscarver take the lead on this. |
not sure what you mean. you can convert types to a string using string interpolation ("${num}"%%{"num": 12345}).slice(1,4) == "234"
"${uri}"%%{"uri": `rho:id:xxxxxxxx`} == "rho:id:xxxxxxxx" |
@w2vy @jimscarver How do we move forward here? |
I think the test script for defining an expression or constant will be different from creating a URI that is an entire rholang function/file just due to the way the [match] parsing is done. A match on works for expressions not entire functions I think |
just insertArbitraey and then lookup and check for equality.
…On Sat, Aug 28, 2021 at 6:41 AM Tom Moulton ***@***.***> wrote:
I think the test script for defining an expression or constant will be
different from creating a URI that is an entire rholang function/file just
due to the way the [match] parsing is done. A match on works for
expressions not entire functions
I think
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXFQEIWARAXUMFZSTPQRLTT7C4N7ANCNFSM474KDR4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
After discussion with Jim the next set of test scripts will be for:
The text was updated successfully, but these errors were encountered: