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

セリフが < や > を含むとバグる #59

Closed
Reputeless opened this issue Feb 7, 2020 · 2 comments
Closed

セリフが < や > を含むとバグる #59

Reputeless opened this issue Feb 7, 2020 · 2 comments
Labels
bug Something isn't working released

Comments

@Reputeless
Copy link
Collaborator

プレイヤーの中身

rule.つくられたとき(async function() {
	Player.set(this)
	await this.costume('ゆうしゃ男') // 見た目をきめる
	this.family = ('▼ なかま', Family.プレイヤー) // なかまをきめる
	this.n('たいりょく', ('▼ を', 'イコール'), 3) // 体力をきめる
	this.n('こうげきりょく', ('▼ を', 'イコール'), 1) // こうげき力をきめる

	/*+ つくられたとき */

	await this.talk('おはよう><') ///////////////////////////////
})

image

@teramotodaiki teramotodaiki added the bug Something isn't working label Feb 9, 2020
@teramotodaiki
Copy link
Contributor

テキストを XML としてパースしているせいかも知れません

function parse(xml, retry = false) {

本来は文字色やルビなどをサポートするための機能で、パースに失敗した場合は全角の に変換しているようです。でも、 <group></group> という文字が表示されるのは意図通りではありませんね :(

@teramotodaiki
Copy link
Contributor

🎉 This issue has been resolved in version 0.35.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants