Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[Bug-23160] Correct code example in revXMLEvaluateXPath#7549

Merged
livecodepanos merged 3 commits into
livecode:develop-9.6from
livecodealice:patch-148
Apr 12, 2021
Merged

[Bug-23160] Correct code example in revXMLEvaluateXPath#7549
livecodepanos merged 3 commits into
livecode:develop-9.6from
livecodealice:patch-148

Conversation

@livecodealice

Copy link
Copy Markdown

Changed the expression used in the bottom code example so that it will give the correct result instead of a crash.

livecodesam added 2 commits April 12, 2021 10:44
Changed the expression used in the bottom code example so that it will give the correct result instead of a crash.

put "/bookstore/book/[price<40]/" into pXPathExpression
put "/bookstore/book[price<40]/" into pXPathExpression
put revXMLEvaluateXPath(pDocID, pXPathExpression)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@livecodesam there is another instance of the same typo/mistake that needs to be corrected

@livecodepanos

Copy link
Copy Markdown
Contributor

@livecode-vulcan review ok 2c4b3cd

@livecode-vulcan

Copy link
Copy Markdown
Contributor

💙 review by @livecodepanos ok 2c4b3cd

livecode-vulcan added a commit that referenced this pull request Apr 12, 2021
[Bug-23160] Correct code example in revXMLEvaluateXPath

Changed the expression used in the bottom code example so that it will give the correct result instead of a crash.
@livecode-vulcan

Copy link
Copy Markdown
Contributor

😎 test success 2c4b3cd

  • try-community-armv6-android-sdk26_ndk16r15: success
  • try-community-armv7-android-ndk16r15: success
  • try-community-arm64-android-ndk16r15: success
  • try-community-x86-android-ndk16r15: success
  • try-community-x86_64-android-ndk16r15: success
  • try-community-js-emscripten-sdk1.35: success
  • try-community-universal-ios-iphoneos14.4: success
  • try-community-universal-ios-iphoneos14.1: success
  • try-community-universal-ios-iphonesimulator14.4: success
  • try-community-universal-ios-iphonesimulator14.1: success
  • try-community-universal-mac-macosx10.9: success
  • try-community-x86-linux-debian8: success
  • try-community-x86_64-linux-debian8: success
  • try-community-x86-win32: success
  • try-community-x86_64-win32: success

@livecodepanos livecodepanos merged commit 7ca59f5 into livecode:develop-9.6 Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants