Skip to content

Commit

Permalink
chore(fix):[js] fix incorrect line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Nov 8, 2024
1 parent 77ae509 commit dc80f33
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ A signed xpi file you would get from [Mozilla Addon page](https://addons.mozilla
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L95" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L22-L24">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand All @@ -370,7 +370,7 @@ Uninstalling an addon requires knowing its id. The id can be obtained from the r
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L106" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L26">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down Expand Up @@ -399,7 +399,7 @@ example with a directory:
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L36-L38">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L41">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ T以下の例はローカルWebDriver用です。リモートWebDriverについ
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L95" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L22-L24">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand All @@ -370,7 +370,7 @@ IDはアドオンインストール時の戻り値から取得できます。
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L106" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L26">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down Expand Up @@ -399,7 +399,7 @@ IDはアドオンインストール時の戻り値から取得できます。
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L36-L38">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L41">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ Um arquivo xpi que pode ser obtido da [página Mozilla Extras](https://addons.mo
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L95" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L22-L24">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand All @@ -375,7 +375,7 @@ Desinstalar uma extensão implica saber o seu id que pode ser obtido como valor
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L106" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L26">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down Expand Up @@ -404,7 +404,7 @@ uma pasta, este é um exemplo com uma pasta:
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L36-L38">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L41">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ A signed xpi file you would get from [Mozilla Addon page](https://addons.mozilla
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L95" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L22-L24">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand All @@ -372,7 +372,7 @@ Uninstalling an addon requires knowing its id. The id can be obtained from the r
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L106" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L25">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L26">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down Expand Up @@ -401,7 +401,7 @@ example with a directory:
{{< gh-codeblock path="/examples/ruby/spec/browsers/firefox_spec.rb#L115" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L36-L38">}}
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.spec.js#L41">}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down

0 comments on commit dc80f33

Please sign in to comment.