FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/engine/exec-tests/interface/EvalScreenLoc.test at develop · livecodeali/livecode · GitHub
livecodeali
/
livecode
Public
forked from
livecode/livecode
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
engine
/
exec-tests
/
interface
/
EvalScreenLoc.test
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (8 loc) · 266 Bytes
Breadcrumbs
livecode
/
engine
/
exec-tests
/
interface
/
EvalScreenLoc.test
Copy path
File metadata and controls
12 lines (8 loc) · 266 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
setup
local tRect, tLoc
put the screenrect into tRect
put the screenloc into tLoc
test the number of items in tLoc is 2
test item 1 of tLoc is ((item 1 of tRect + item 3 of tRect) div 2)
test item 2 of tLoc is ((item 2 of tRect + item 4 of tRect) div 2)
teardown
Back
|
FazBrowse Home
|
New Git URL