fssnippets / fssnip-website

Source code for the F# Snippets web site
http://fssnip.net
103 stars 36 forks source link

My snippet was rejected? #101

Closed Thorium closed 4 years ago

Thorium commented 4 years ago

In Windows you can press WindowsKey+"." to open Emoji menu. I tried to post a totally valid F# code, but my snippet was rejected:

let ``🍕`` = "🥓" + "🍍"
//val ( 🍕  ) : string = "🥓🍍"

Is it because the new website?

Response:

Inserting snippet failed!

Some of the inputs for the snippet were not valid, but the client-side checking did not catch that. Please consider opening a bug issue!

Thorium commented 4 years ago

Oh, the code worked now. Probably it failed because I didn't put any tags, or because description can't have +"."