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

#1151 Fix regex of 'rewriteLinks' #1193

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HikaruYasuda
Copy link

@HikaruYasuda HikaruYasuda commented Sep 8, 2016

Response body: [0 => \"http://localhost:8000\",\n 1 => \"//localhost:8000\"\n]
Rewriting options: utils.rewriteLinks({hostname: "localhost:8000"}, "localhost:3000")

Current: [0 => \"//localhost:3000",\n 1 => \"//localhost:3000"\n]
Fixed: [0 => \"//localhost:3000\",\n 1 => \"//localhost:3000\"\n]
#1151

@coveralls
Copy link

coveralls commented Sep 8, 2016

Coverage Status

Coverage remained the same at 97.68% when pulling addfdf6 on HikaruYasuda:issue-1151 into 24d7275 on BrowserSync:master.

@coveralls
Copy link

coveralls commented Sep 14, 2016

Coverage Status

Coverage remained the same at 97.68% when pulling f6008e6 on HikaruYasuda:issue-1151 into 05dc70d on BrowserSync:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants