Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Help #1833, fix read test
Browse files Browse the repository at this point in the history
To actually fix the bug this should override the music.move implementation for the service, but this fixes the test at least
ianb committed Jul 22, 2020
1 parent 075c3f7 commit ab90516
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions extension/intents/read/read.toml
Original file line number Diff line number Diff line change
@@ -24,22 +24,23 @@ phrase = "Stop reading"
[read.forwardRead]
description = "Forward reading/narrating"
match = """
forward (this |) (tab | page |) (to me | for me |)
forward (this |) (tab | page | paragraph) (to me | for me |)
"""

[[read.forwardRead.example]]
phrase = "forward"
phrase = "forward paragraph"

[[read.forwardRead.example]]
phrase = "forward this"
phrase = "forward this page"

[read.backwardRead]
description = "Backward reading/narrating"
match = """
backward (this |) (tab | page |) (to me | for me |)
"""

[[read.backwardRead.example]]
phrase = "backward"

[[read.backwardRead.example]]
phrase = "backward this"
phrase = "backward this"

0 comments on commit ab90516

Please sign in to comment.