Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Dec 18, 2024
1 parent 4822470 commit 220dd5f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ tests:
name: expected/i.gensig.txt
type: regex
rules:
- '300\s*\n(?:\d+\s*\n)7043\.06\s*\n1\.89772e\+07\s*'
- '1700\s*\n(?:\d+\s*\n)7405\.93\s*\n2\.01921e\+07\s*'
- '6000\s*\n(?:\d+\s*\n)7287\.21\s*\n1\.90221e\+07\s*'
- '7000\s*\n(?:\d+\s*\n)7246\.81\s*\n1\.90226e\+07\s*'
- '300\s*\n(?:\d+\s*\n)?7043\.06\s*\n1\.89772e\+07\s*'
- '1700\s*\n(?:\d+\s*\n)?7405\.93\s*\n2\.01921e\+07\s*'
- '6000\s*\n(?:\d+\s*\n)?7287\.21\s*\n1\.90221e\+07\s*'
- '7000\s*\n(?:\d+\s*\n)?7246\.81\s*\n1\.90226e\+07\s*'

- algorithm: grass7:i.gensigset
name: GRASS7 i.gensigset
Expand Down

0 comments on commit 220dd5f

Please sign in to comment.