From 3053187c017ab4a3f1aac171141fa1e12feff76b Mon Sep 17 00:00:00 2001 From: Baruch Odem Date: Tue, 22 Aug 2023 10:37:36 +0300 Subject: [PATCH 1/2] Real example failed Fixes #150 --- tests/real-examples/real-examples-results.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/real-examples/real-examples-results.yaml b/tests/real-examples/real-examples-results.yaml index 6b7b11f..5bbec13 100644 --- a/tests/real-examples/real-examples-results.yaml +++ b/tests/real-examples/real-examples-results.yaml @@ -2254,11 +2254,6 @@ https://stackoverflow.com/a/57694628: github.com/segmentio/aws-okta@v0.22.1 type: go name: github.com/segmentio/aws-okta - - range: |- - go get github.com/go-gl/mathgl@v1.0.0 - - type: go - name: github.com/go-gl/mathgl - range: |- go install github.com/someone/some_module @@ -2274,6 +2269,11 @@ https://stackoverflow.com/a/57694628: type: go name: github.com/someone/some_module + - range: |- + go get github.com/go-gl/mathgl@v1.0.0 + + type: go + name: github.com/go-gl/mathgl https://stackoverflow.com/a/28857808: comment: github subfolder post: answer From 378d23cb49ca163f2a646053064c0ec852400490 Mon Sep 17 00:00:00 2001 From: Baruch Odem Date: Wed, 30 Aug 2023 10:39:49 +0300 Subject: [PATCH 2/2] Real example failed Fixes #152 --- tests/real-examples/real-examples-results.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/real-examples/real-examples-results.yaml b/tests/real-examples/real-examples-results.yaml index 5bbec13..e019155 100644 --- a/tests/real-examples/real-examples-results.yaml +++ b/tests/real-examples/real-examples-results.yaml @@ -713,6 +713,11 @@ https://stackoverflow.com/questions/6237400: type: npm name: npm + - range: |- + npm install -g npm@latest + + type: npm + name: npm - range: |- npm install npm@latest -g @@ -725,11 +730,6 @@ https://stackoverflow.com/questions/6237400: type: npm name: 'n' - - range: |- - npm install -g npm@latest - - type: npm - name: npm - range: |- npm install npm -g