You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/22 08:41:06 UTC

[GitHub] [incubator-openwhisk-runtime-rust] sciabarracom edited a comment on issue #7: Rdiaz82/test implementation

sciabarracom edited a comment on issue #7: Rdiaz82/test implementation
URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/7#issuecomment-475534046
 
 
   Just use the unicode character for the snowman as is in the test :)
   
   -                  |        winter: format!("{}{}{}", input.delimiter,"\u{2603}",input.delimiter),
   +                  |        winter: format!("{}{}{}", input.delimiter," ☃ ",input.delimiter),
   
   UPDATE: it does not work - probably we need to ensure the rust source in unicode is handled properly...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services