Skip to content
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

fix #245 ask like doc #250

Merged
merged 1 commit into from Sep 23, 2023
Merged

Conversation

theludovyc
Copy link
Collaborator

@theludovyc theludovyc commented Sep 22, 2023

fix #245

Now ask is same as the one in the documention

Plus you can respect or not the number of space between the '=' and '?'
answer = ? "question" is correct
answer=?"question" is also correct

But you should respect spaces between tag, question, and default answer
answer=?tag "question" "default answer" is correct
answer=?tag"question""default answer" is not

@theludovyc theludovyc added the majorChange Add this pr to changelog and should describe it label Sep 22, 2023
@theludovyc theludovyc added this to the 2.1.1 milestone Sep 22, 2023
@Jeremi360 Jeremi360 merged commit 7e6eeca into rakugoteam:main Sep 23, 2023
@theludovyc theludovyc deleted the fix#245_aks_like_doc branch October 13, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
majorChange Add this pr to changelog and should describe it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Ask, is not correspond to the doc
2 participants