
| Key: |
STR-593
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Martin Bravenboer
|
| Reporter: |
Anonymous
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
- StrategoXt 0.16 (stable release)
- i686
- Linux 2.6.16-gentoo #1 PREEMPT Sat Mar 25 00:59:02 CET 2006 i686 AMD Turion(tm) 64 Mobile Technology ML-30 AuthenticAMD GNU/Linux (32bit environment)
- StrategoXt 0.16 (stable release)
- i686
- Linux 2.6.16-gentoo #1 PREEMPT Sat Mar 25 00:59:02 CET 2006 i686 AMD Turion(tm) 64 Mobile Technology ML-30 AuthenticAMD GNU/Linux (32bit environment)
|
|
|
I use StrategoXt 0.16 for simple transformations in my master thesis and i found out
strange behaviour of string-replace strategy.
When i tested simple example from xdoc it works ok:
stratego> <string-replace(|"foo", "bar")> "foobarfoo"
"barbarbar"
When i insert some other character into string it works strange:
stratego> <string-replace(|"foo", "bar")> "fooXfoo"
"barbarX"
|
|
Description
|
I use StrategoXt 0.16 for simple transformations in my master thesis and i found out
strange behaviour of string-replace strategy.
When i tested simple example from xdoc it works ok:
stratego> <string-replace(|"foo", "bar")> "foobarfoo"
"barbarbar"
When i insert some other character into string it works strange:
stratego> <string-replace(|"foo", "bar")> "fooXfoo"
"barbarX"
|
Show » |
|
|