Search found 2 matches

by iamhaller
Thu Jan 12, 2017 2:05 pm
Forum: Bug Reports
Topic: Git pull adds \r to validation text
Replies: 1
Views: 1944

Re: Git pull adds \r to validation text

Issues has been resolved by the help of ranorex support.

For our case the solution was to change the checkout and commit options used by Git.
This was done by using the following command in Git Bash

Code: Select all

git config --global core.autocrlf false
by iamhaller
Fri Jan 06, 2017 12:04 pm
Forum: Bug Reports
Topic: Git pull adds \r to validation text
Replies: 1
Views: 1944

Git pull adds \r to validation text

We discovered an issue when doing a git pull for our project. Whenever a recording has been made where the Innertext validation has added spaces on the end ranorex will automatically add an \n to the user code. When this validation has been commited and then pulled by another member the code is chan...